mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-28 04:57:14 +03:00
Relax the bounds on "hasql-backend"
This commit is contained in:
parent
727151bc45
commit
b8a52e75e5
@ -22,6 +22,7 @@ install:
|
||||
cabal install "text == 1.0.*";
|
||||
cabal install "attoparsec == 0.10.*";
|
||||
cabal install "time == 1.4.*";
|
||||
cabal install "hasql-backend == 0.1.*";
|
||||
fi;
|
||||
# Work around the "haskell-src-exts" implicit dependency:
|
||||
- cabal install happy
|
||||
|
@ -1,7 +1,7 @@
|
||||
name:
|
||||
hasql
|
||||
version:
|
||||
0.1.6
|
||||
0.1.7
|
||||
synopsis:
|
||||
A minimalistic general high level API for relational databases
|
||||
description:
|
||||
@ -92,7 +92,7 @@ library
|
||||
exposed-modules:
|
||||
Hasql
|
||||
build-depends:
|
||||
hasql-backend == 0.1.*,
|
||||
hasql-backend >= 0.1 && < 0.3,
|
||||
-- template-haskell:
|
||||
template-haskell >= 2.8 && < 2.10,
|
||||
-- parsing:
|
||||
|
Loading…
Reference in New Issue
Block a user