bumped up version and minimum version requirement on persistent since we need the utilities defined since that version

This commit is contained in:
Alberto Valverde 2014-12-23 15:17:36 +01:00
parent cc4844167f
commit 8c5511c623

View File

@ -1,5 +1,5 @@
name: esqueleto
version: 2.1.2.1
version: 2.1.2.2
synopsis: Type-safe EDSL for SQL queries on persistent backends.
homepage: https://github.com/prowdsponsor/esqueleto
license: BSD3
@ -64,9 +64,9 @@ library
other-modules:
Database.Esqueleto.Internal.PersistentImport
build-depends:
base >= 4.5 && < 4.8
, text >= 0.11 && < 1.3
, persistent >= 2.1 && < 2.2
base >= 4.5 && < 4.8
, text >= 0.11 && < 1.3
, persistent >= 2.1.1.3 && < 2.2
, transformers >= 0.2
, unordered-containers >= 0.2
, tagged >= 0.2