summaryrefslogtreecommitdiff
path: root/comatose.cabal
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-10-16 13:09:37 +0200
committerLars-Dominik Braun <lars@6xq.net>2017-10-16 13:09:37 +0200
commit48df0e50ef6743381b8483c13c51729123a83bf6 (patch)
treea7c55a2b3e9890ca348575026ce658cbc49a5529 /comatose.cabal
parent7f2c617f37d7742d2e40d31aeccdc58145827626 (diff)
downloadcomatose-48df0e50ef6743381b8483c13c51729123a83bf6.tar.gz
comatose-48df0e50ef6743381b8483c13c51729123a83bf6.tar.bz2
comatose-48df0e50ef6743381b8483c13c51729123a83bf6.zip
Support GHC 8
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 eb54805..6112b16 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.9, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory
+ build-depends: base >=4.6 && <4.10, bibtex, yaml, containers, parsec, lucid, bytestring, text, filepath, network-uri, aeson, directory
-- hs-source-dirs:
default-language: Haskell2010