|
@@ -21,12 +21,12 @@ library
|
|
|
-- other-modules:
|
|
|
-- other-extensions:
|
|
|
build-depends:
|
|
|
- base >=4.8 && <4.9,
|
|
|
+ base >=4.8 && <4.10,
|
|
|
word8 >=0.1,
|
|
|
attoparsec >=0.11,
|
|
|
bytestring >=0.10,
|
|
|
base64-bytestring >= 1.0,
|
|
|
utf8-string -any
|
|
|
hs-source-dirs: src
|
|
|
- ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
|
|
|
+ ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns
|
|
|
default-language: Haskell2010
|