Skip to content

Commit 28203a5

Browse files
Maintenance: Update *.cabal to allow base-4.14
1 parent f4e44a5 commit 28203a5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

haskell/hyper-extra/hyper-extra.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hyper-extra
2-
Version: 0.1.1.0
2+
Version: 0.1.1.1
33
Synopsis: Display instances for the HyperHaskell graphical Haskell interpreter
44
Description:
55
This package is part of the /HyperHaskell/ project and provides
@@ -24,7 +24,7 @@ Source-repository head
2424

2525
Library
2626
hs-source-dirs: src
27-
build-depends: base >= 4.6 && < 4.13
27+
build-depends: base >= 4.6 && < 4.15
2828
, text >= 0.11 && < 1.3
2929
, diagrams-lib >= 1.3 && < 1.5
3030
, diagrams-svg >= 1.4 && < 1.5

haskell/hyper-haskell-server/hyper-haskell-server.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hyper-haskell-server
2-
Version: 0.2.2.0
2+
Version: 0.2.2.1
33
Synopsis: Server back-end for the HyperHaskell graphical Haskell interpreter
44
Description:
55
This package is part of the /HyperHaskell/ project and provides
@@ -22,8 +22,8 @@ Source-repository head
2222
subdir: haskell/hyper-haskell-server/
2323

2424
Executable hyper-haskell-server
25-
build-depends: base >= 4.6 && < 4.13
26-
, aeson (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.5)
25+
build-depends: base >= 4.6 && < 4.15
26+
, aeson (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.6)
2727
, bytestring >= 0.9 && < 0.11
2828
, deepseq >= 1.2 && < 1.5
2929
, exceptions >= 0.6 && < 0.11

haskell/hyper/hyper.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hyper
2-
Version: 0.2.0.0
2+
Version: 0.2.0.1
33
Synopsis: Display class for the HyperHaskell graphical Haskell interpreter
44
Description:
55
This package is part of the /HyperHaskell/ project and provides
@@ -23,7 +23,7 @@ Source-repository head
2323

2424
Library
2525
hs-source-dirs: src
26-
build-depends: base >= 4.5 && < 4.13
26+
build-depends: base >= 4.5 && < 4.15
2727
, deepseq >= 1.2 && < 1.5
2828
, blaze-html >= 0.7 && < 0.10
2929
, text >= 0.11 && < 1.3

0 commit comments

Comments
 (0)