summaryrefslogtreecommitdiff
path: root/comatose.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'comatose.cabal')
-rw-r--r--comatose.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/comatose.cabal b/comatose.cabal
index 9f70b88..0847041 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
+ build-depends: base >=4.6 && <4.7, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network
-- hs-source-dirs:
default-language: Haskell2010