Lift restrictions on base package version

This commit is contained in:
Tissevert 2019-08-19 18:45:32 +02:00 committed by Alice
parent 2b196c0075
commit 2854434dca
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ library
exposed-modules: Hanafuda.Message
-- other-extensions:
build-depends: aeson
, base >=4.11 && <4.13
, base >=4.9 && <4.13
, containers
, hanafuda
, text