From 0f0b5c912f3680186a42edeaa7a64453c3ea54f7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 9 Jun 2015 09:58:50 +0200 Subject: Fix dependency on network-uri --- comatose.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comatose.cabal') 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 -- cgit v1.2.3