;cabal: update cabal files
This commit is contained in:
parent
41e838ef83
commit
b83eb136cc
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 1.12
|
cabal-version: 1.12
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.35.0.
|
-- This file has been generated from package.yaml by hpack version 0.35.1.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
@ -125,7 +125,6 @@ library
|
|||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-th >=0.4
|
, microlens-th >=0.4
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, pager >=0.1.1.0
|
|
||||||
, parser-combinators >=0.4.0
|
, parser-combinators >=0.4.0
|
||||||
, pretty-simple >4 && <5
|
, pretty-simple >4 && <5
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
@ -143,6 +142,9 @@ library
|
|||||||
, unordered-containers >=0.2
|
, unordered-containers >=0.2
|
||||||
, utf8-string >=0.3.5
|
, utf8-string >=0.3.5
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
if (!(os(windows)))
|
||||||
|
build-depends:
|
||||||
|
pager >=0.1.1.0
|
||||||
|
|
||||||
test-suite doctest
|
test-suite doctest
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
@ -180,7 +182,6 @@ test-suite doctest
|
|||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-th >=0.4
|
, microlens-th >=0.4
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, pager >=0.1.1.0
|
|
||||||
, parser-combinators >=0.4.0
|
, parser-combinators >=0.4.0
|
||||||
, pretty-simple >4 && <5
|
, pretty-simple >4 && <5
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
@ -198,6 +199,9 @@ test-suite doctest
|
|||||||
, unordered-containers >=0.2
|
, unordered-containers >=0.2
|
||||||
, utf8-string >=0.3.5
|
, utf8-string >=0.3.5
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
if (!(os(windows)))
|
||||||
|
build-depends:
|
||||||
|
pager >=0.1.1.0
|
||||||
if impl(ghc >= 9.0) && impl(ghc < 9.2)
|
if impl(ghc >= 9.0) && impl(ghc < 9.2)
|
||||||
buildable: False
|
buildable: False
|
||||||
|
|
||||||
@ -237,7 +241,6 @@ test-suite unittest
|
|||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
, microlens-th >=0.4
|
, microlens-th >=0.4
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, pager >=0.1.1.0
|
|
||||||
, parser-combinators >=0.4.0
|
, parser-combinators >=0.4.0
|
||||||
, pretty-simple >4 && <5
|
, pretty-simple >4 && <5
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
@ -256,3 +259,6 @@ test-suite unittest
|
|||||||
, utf8-string >=0.3.5
|
, utf8-string >=0.3.5
|
||||||
buildable: True
|
buildable: True
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
if (!(os(windows)))
|
||||||
|
build-depends:
|
||||||
|
pager >=0.1.1.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user