diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2017-10-16 13:09:37 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2017-10-16 13:09:37 +0200 |
commit | 48df0e50ef6743381b8483c13c51729123a83bf6 (patch) | |
tree | a7c55a2b3e9890ca348575026ce658cbc49a5529 | |
parent | 7f2c617f37d7742d2e40d31aeccdc58145827626 (diff) | |
download | comatose-48df0e50ef6743381b8483c13c51729123a83bf6.tar.gz comatose-48df0e50ef6743381b8483c13c51729123a83bf6.tar.bz2 comatose-48df0e50ef6743381b8483c13c51729123a83bf6.zip |
Support GHC 8
-rw-r--r-- | comatose.cabal | 2 |
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 |