Update dependencies versions known to work

This commit is contained in:
Tissevert 2020-12-06 17:26:22 +01:00
parent e8f84561df
commit ffea469559
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ executable hablo
, RSS
-- other-extensions:
build-depends: aeson >= 1.4.0 && < 1.5
, base >= 4.9.1 && < 4.13
, base >= 4.9.1 && < 4.14
, bytestring >= 0.10.8 && < 0.11
, containers >= 0.5.11 && < 0.7
, directory >= 1.3.1 && < 1.4
@ -61,7 +61,7 @@ executable hablo
, parsec >= 3.1.13 && < 3.2
, template >= 0.2.0 && < 0.3
, text >= 1.2.3 && < 1.3
, time >= 1.8.0 && < 1.9
, time >= 1.8.0 && < 1.10
, SJW >= 0.1.2 && < 0.2
, unix >= 2.7.2 && < 2.8
ghc-options: -Wall -dynamic