Known to compile with base up to 4.15

This commit is contained in:
Tissevert 2020-09-10 15:18:04 +02:00
parent 5a5f9b7f96
commit 3c4fef28c0
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ library
, SJW.Module.Imports
, SJW.Source
build-depends: attoparsec
, base >=4.9 && <4.13
, base >=4.9 && <4.15
, containers
, directory
, filepath
@ -42,7 +42,7 @@ executable sjw
other-modules: Paths_SJW
-- other-extensions:
build-depends: attoparsec
, base >=4.9 && <4.13
, base >=4.9 && <4.15
, optparse-applicative
, SJW
, text