Known to compile with base up to 4.15
This commit is contained in:
parent
5a5f9b7f96
commit
3c4fef28c0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue