Add version bounds for text

This commit is contained in:
Arian van Putten 2015-10-02 14:03:03 +02:00
parent a62441077e
commit e0fe0a1f39

View File

@ -29,7 +29,7 @@ library
build-depends: base == 4.*
, lens == 4.*
, servant == 0.5.*
, text
, text >= 1.2 && < 1.3
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall