diff options
-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 |