summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-06-09 09:58:50 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-06-09 09:58:50 +0200
commit0f0b5c912f3680186a42edeaa7a64453c3ea54f7 (patch)
tree15dfeaabcb7f7a111a2b1447950e492d2f52ae4a
parent9d00df8bc5b6f4ba313b1085c069c19faeaaaaf9 (diff)
downloadcomatose-0f0b5c912f3680186a42edeaa7a64453c3ea54f7.tar.gz
comatose-0f0b5c912f3680186a42edeaa7a64453c3ea54f7.tar.bz2
comatose-0f0b5c912f3680186a42edeaa7a64453c3ea54f7.zip
Fix dependency on network-uri
-rw-r--r--comatose.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/comatose.cabal b/comatose.cabal
index 3ff7a28..2db80a3 100644
--- a/comatose.cabal
+++ b/comatose.cabal
@@ -19,7 +19,7 @@ executable comatose
main-is: Main.hs
-- other-modules:
-- other-extensions:
- build-depends: base >=4.6 && <4.7, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network, aeson, directory
+ build-depends: base >=4.6 && <4.7, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory
-- hs-source-dirs:
default-language: Haskell2010