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 "text == 1.0.*";
|
||||||
cabal install "attoparsec == 0.10.*";
|
cabal install "attoparsec == 0.10.*";
|
||||||
cabal install "time == 1.4.*";
|
cabal install "time == 1.4.*";
|
||||||
|
cabal install "hasql-backend == 0.1.*";
|
||||||
fi;
|
fi;
|
||||||
# Work around the "haskell-src-exts" implicit dependency:
|
# Work around the "haskell-src-exts" implicit dependency:
|
||||||
- cabal install happy
|
- cabal install happy
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name:
|
name:
|
||||||
hasql
|
hasql
|
||||||
version:
|
version:
|
||||||
0.1.6
|
0.1.7
|
||||||
synopsis:
|
synopsis:
|
||||||
A minimalistic general high level API for relational databases
|
A minimalistic general high level API for relational databases
|
||||||
description:
|
description:
|
||||||
@ -92,7 +92,7 @@ library
|
|||||||
exposed-modules:
|
exposed-modules:
|
||||||
Hasql
|
Hasql
|
||||||
build-depends:
|
build-depends:
|
||||||
hasql-backend == 0.1.*,
|
hasql-backend >= 0.1 && < 0.3,
|
||||||
-- template-haskell:
|
-- template-haskell:
|
||||||
template-haskell >= 2.8 && < 2.10,
|
template-haskell >= 2.8 && < 2.10,
|
||||||
-- parsing:
|
-- parsing:
|
||||||
|
Loading…
Reference in New Issue
Block a user