Update keter.cabal

make 7.4 work
This commit is contained in:
tolysz 2015-01-12 21:41:42 +00:00
parent 667d12b4ca
commit 45ab0c0c84

View File

@ -61,6 +61,9 @@ Library
, stm >= 2.4
, async
, lifted-base
if impl(ghc < 7.6)
build-depends:
ghc-prim
Exposed-Modules: Keter.Plugin.Postgres
Keter.Types
Keter.Types.V04