Add version bounds for text
This commit is contained in:
parent
a62441077e
commit
e0fe0a1f39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue