summaryrefslogtreecommitdiff
path: root/staticus.cabal
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-18 17:35:09 +0100
committerMiguel <m.i@gmx.at>2019-02-18 17:35:09 +0100
commit3366fb07342249ccd9037ac487205058c88fabc4 (patch)
treef5fcd311663e055626f9b2b92b2d43210ce021e4 /staticus.cabal
parent217208e3f342d31da541b88af8d06aabbf322f86 (diff)
something useful
Diffstat (limited to 'staticus.cabal')
-rw-r--r--staticus.cabal6
1 files changed, 1 insertions, 5 deletions
diff --git a/staticus.cabal b/staticus.cabal
index e2145f6..b8a8f67 100644
--- a/staticus.cabal
+++ b/staticus.cabal
@@ -28,6 +28,7 @@ library
, directory
, text
, pandoc
+ , extra
, MissingH
default-language: Haskell2010
@@ -40,10 +41,5 @@ executable staticus-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
- , directory
- , split
- , text
- , regex-compat
- , containers
, staticus
default-language: Haskell2010