Skip to content

Commit

Permalink
Maintenance: Bump dependencies for hyper and
Browse files Browse the repository at this point in the history
`hyper-extra`

The server has not been bumped yet,
it needs to be accompanied by a new client
release.

Allow
* base        4.15.0.0
* QuickCheck  2.14.2
  • Loading branch information
HeinrichApfelmus committed May 8, 2021
1 parent 142fc32 commit dafce47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@

### `hyper-extra` package

**v0.2.0.1** — Bump dependencies

**v0.2.0.0**

* Add preliminary support for the `svg-builder` package.
Expand All @@ -90,6 +92,8 @@

### `hyper` package

**v0.2.1.1** — Bump dependencies

**v0.2.1.0**

* Add `addFinalizerSession` function that allows running an IO action when the worksheet is reloaded.
Expand Down
6 changes: 3 additions & 3 deletions haskell/hyper-extra/hyper-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hyper-extra
Version: 0.2.0.0
Version: 0.2.0.1
Synopsis: Display instances for the HyperHaskell graphical Haskell interpreter
Description:
This package is part of the /HyperHaskell/ project and provides
Expand All @@ -24,12 +24,12 @@ Source-repository head

Library
hs-source-dirs: src
build-depends: base >= 4.6 && < 4.15
build-depends: base >= 4.6 && < 4.16
, text >= 0.11 && < 1.3
, diagrams-lib >= 1.3 && < 1.5
, diagrams-svg >= 1.4 && < 1.5
, svg-builder == 0.1.*
, QuickCheck >= 2.3.0.2 && < 2.14
, QuickCheck >= 2.3.0.2 && < 2.15
, hyper >= 0.2 && < 0.3
exposed-modules: Hyper.Extra
default-language: Haskell2010
Expand Down
4 changes: 2 additions & 2 deletions haskell/hyper/hyper.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hyper
Version: 0.2.1.0
Version: 0.2.1.1
Synopsis: Display class for the HyperHaskell graphical Haskell interpreter
Description:
This package is part of the /HyperHaskell/ project and provides
Expand All @@ -23,7 +23,7 @@ Source-repository head

Library
hs-source-dirs: src
build-depends: base >= 4.5 && < 4.15
build-depends: base >= 4.5 && < 4.16
, deepseq >= 1.2 && < 1.5
, blaze-html >= 0.7 && < 0.10
, text >= 0.11 && < 1.3
Expand Down

0 comments on commit dafce47

Please sign in to comment.