@@ 60,7 60,7 @@ library
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base >=4.9 && <4.14, directory >= 1.3.2, bytestring,
+ build-depends: base >=4.9 && <5, directory >= 1.3.2, bytestring,
html-conduit, xml-conduit, text, containers, data-default-class,
network-uri,
stylist >= 2.4 && <3, css-syntax, xml-conduit-stylist >= 2.3 && <3, scientific,
@@ 79,7 79,7 @@ executable rhapsode
ghc-options: -no-hs-main -threaded
extra-libraries: espeak-ng, sndfile
pkgconfig-depends: gstreamer-1.0
- build-depends: base >=4.9 && <=4.12, rhapsode
+ build-depends: base >=4.9 && <=5, rhapsode
other-modules: Stub
hs-source-dirs: src
default-language: Haskell2010