GHC 7.8.
This commit is contained in:
parent
b5ce7cd644
commit
2e6b0c7c2b
@ -1,5 +1,5 @@
|
|||||||
name: esqueleto
|
name: esqueleto
|
||||||
version: 1.3.4.5
|
version: 1.3.4.6
|
||||||
synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends.
|
synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends.
|
||||||
homepage: https://github.com/meteficha/esqueleto
|
homepage: https://github.com/meteficha/esqueleto
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -63,7 +63,7 @@ library
|
|||||||
other-modules:
|
other-modules:
|
||||||
Database.Esqueleto.Internal.PersistentImport
|
Database.Esqueleto.Internal.PersistentImport
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 4.5 && < 4.7
|
base >= 4.5 && < 4.8
|
||||||
, text >= 0.11
|
, text >= 0.11
|
||||||
, persistent >= 1.2 && < 1.4
|
, persistent >= 1.2 && < 1.4
|
||||||
, transformers >= 0.2
|
, transformers >= 0.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user