version bounds
This commit is contained in:
31
rlp.cabal
31
rlp.cabal
@@ -48,19 +48,24 @@ library
|
|||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
build-depends: base ^>=4.18.0.0
|
build-depends: base ^>=4.18.0.0
|
||||||
-- required for happy
|
-- required for happy
|
||||||
, array
|
, array >= 0.5.5 && < 0.6
|
||||||
, data-default-class
|
, containers >= 0.6.7 && < 0.7
|
||||||
, data-default
|
, template-haskell >= 2.20.0 && < 2.21
|
||||||
, unordered-containers
|
, pretty >= 1.1.3 && < 1.2
|
||||||
, hashable
|
, data-default >= 0.7.1 && < 0.8
|
||||||
, pretty
|
, data-default-class >= 0.1.2 && < 0.2
|
||||||
-- TODO: either learn recursion-schemes, or stop depending
|
, hashable >= 1.4.3 && < 1.5
|
||||||
-- on it.
|
, mtl >= 2.3.1 && < 2.4
|
||||||
, recursion-schemes
|
, text >= 2.0.2 && < 2.1
|
||||||
, megaparsec ^>=9.6.0
|
, megaparsec >= 9.6.1 && < 9.7
|
||||||
, text
|
, microlens >= 0.4.13 && < 0.5
|
||||||
, data-fix
|
, microlens-mtl >= 0.2.0 && < 0.3
|
||||||
, utf8-string
|
, microlens-platform >= 0.4.3 && < 0.5
|
||||||
|
, microlens-th >= 0.4.3 && < 0.5
|
||||||
|
, unordered-containers >= 0.2.20 && < 0.3
|
||||||
|
, recursion-schemes >= 5.2.2 && < 5.3
|
||||||
|
, data-fix >= 0.3.2 && < 0.4
|
||||||
|
, utf8-string >= 1.0.2 && < 1.1
|
||||||
|
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: GHC2021
|
default-language: GHC2021
|
||||||
|
|||||||
Reference in New Issue
Block a user