Added version bounds
Getty Ritter
8 years ago
19 | 19 |
default-extensions: OverloadedStrings,
|
20 | 20 |
ScopedTypeVariables
|
21 | 21 |
ghc-options: -Wall
|
22 | |
build-depends: base >=4.7 && <4.9, text
|
| 22 |
build-depends: base >=4.7 && <4.9,
|
| 23 |
text >=1.2.2 && <1.3
|
23 | 24 |
default-language: Haskell2010
|