Skip to content

Commit bf4d873

Browse files
Maintenance: Bump dependencies to allow GHC 8.8.4
1 parent a32f588 commit bf4d873

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

haskell/hyper-extra/hyper-extra.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hyper-extra
2-
Version: 0.1.1.1
2+
Version: 0.2.0.0
33
Synopsis: Display instances for the HyperHaskell graphical Haskell interpreter
44
Description:
55
This package is part of the /HyperHaskell/ project and provides

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Source-repository head
2424
Executable hyper-haskell-server
2525
build-depends: base >= 4.6 && < 4.15
2626
, aeson (>= 0.7 && < 0.10) || == 0.11.* || (>= 1.0 && < 1.6)
27-
, bytestring >= 0.9 && < 0.11
27+
, bytestring >= 0.9 && < 0.12
2828
, deepseq >= 1.2 && < 1.5
2929
, exceptions >= 0.6 && < 0.11
3030
, filepath >= 1.0 && < 1.5
31-
, haskell-src-exts >= 1.17 && < 1.21
32-
, hint >= 0.8 && < 0.9
31+
, haskell-src-exts >= 1.17 && < 1.24
32+
, hint >= 0.8 && < 0.10
3333
, hyper == 0.2.*
3434
, text >= 0.11 && < 1.3
3535
, transformers >= 0.3 && < 0.6
36-
, scotty >= 0.6 && < 0.12
36+
, scotty >= 0.6 && < 0.13
3737
ghc-options: -threaded
3838
cpp-Options: -DCABAL
3939
main-is: Main.hs

haskell/stack.yaml

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
resolver: lts-9.10
1+
resolver: lts-16.21
22
extra-deps:
3-
# we need a custom version of hint
4-
# - hint-0.6.0
53
# diagrams and SVG
6-
- diagrams-core-1.4.0.1
7-
- diagrams-lib-1.4.1.2
8-
- diagrams-svg-1.4.1.1
9-
- svg-builder-0.1.0.2
4+
- diagrams-core-1.4.2
5+
- diagrams-lib-1.4.3
6+
- diagrams-svg-1.4.3
7+
- svg-builder-0.1.1
108
# Csound
119
- wl-pprint-1.2.1
1210
- csound-expression-dynamic-0.3.3
@@ -22,17 +20,21 @@ extra-deps:
2220
# port midi
2321
- PortMidi-0.2.0.0
2422
# Threepenny-GUI for nice JavaScript experiments
25-
- file-embed-0.0.10.1
26-
- threepenny-gui-0.8.2.0
27-
- exceptions-0.10.0
28-
- hint-0.8.0
23+
# - file-embed-0.0.10.1
24+
# - threepenny-gui-0.8.2.0
25+
# - exceptions-0.10.0
26+
# - hint-0.8.0
27+
# Henning's stuff
28+
- blas-ffi-0.1
29+
- comfort-array-0.3.1
30+
- guarded-allocation-0.0.1
31+
- lapack-ffi-0.0.2
32+
- netlib-ffi-0.1.1
33+
- primitive-0.7.1.0
34+
- boxes-0.1.5
35+
- tfp-1.0.1.1
2936
packages:
3037
- hyper
3138
- hyper-extra
3239
- hyper-haskell-server
33-
# - location:
34-
# git: https://github.com/mvdan/hint
35-
# commit: f10e357d8249bc4b8a71e2c211bebc202549c765
36-
# extra-dep: true
37-
# - location: lib/hint-0.4.2.3-patched
38-
# extra-dep: true
40+

0 commit comments

Comments
 (0)