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.Module.Imports
|
||||||
, SJW.Source
|
, SJW.Source
|
||||||
build-depends: attoparsec
|
build-depends: attoparsec
|
||||||
, base >=4.9 && <4.13
|
, base >=4.9 && <4.15
|
||||||
, containers
|
, containers
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
|
@ -42,7 +42,7 @@ executable sjw
|
||||||
other-modules: Paths_SJW
|
other-modules: Paths_SJW
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: attoparsec
|
build-depends: attoparsec
|
||||||
, base >=4.9 && <4.13
|
, base >=4.9 && <4.15
|
||||||
, optparse-applicative
|
, optparse-applicative
|
||||||
, SJW
|
, SJW
|
||||||
, text
|
, text
|
||||||
|
|
Loading…
Reference in a new issue