Skip to content

Commit 62cb821

Browse files
committed
ghc-prim: Bump version to 0.11
1 parent 877ec97 commit 62cb821

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

ghc/ghc-bin.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Executable ghc
5757
-- NB: this is never built by the bootstrapping GHC+libraries
5858
Build-depends:
5959
deepseq >= 1.4 && < 1.6,
60-
ghc-prim >= 0.5.0 && < 0.11,
60+
ghc-prim >= 0.5.0 && < 0.12,
6161
ghci == @ProjectVersionMunged@,
6262
haskeline == 0.8.*,
6363
exceptions == 0.10.*,

libraries/base/base.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Library
8686

8787
build-depends:
8888
rts == 1.0.*,
89-
ghc-prim >= 0.5.1.0 && < 0.11,
89+
ghc-prim >= 0.5.1.0 && < 0.12,
9090
ghc-bignum >= 1.0 && < 2.0
9191

9292
exposed-modules:

libraries/ghc-bignum/ghc-bignum.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
ForeignFunctionInterface
7878

7979
build-depends:
80-
ghc-prim >= 0.5.1.0 && < 0.11
80+
ghc-prim >= 0.5.1.0 && < 0.12
8181

8282
hs-source-dirs: src/
8383
include-dirs: include/

libraries/ghc-compact/ghc-compact.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ library
3939
UnboxedTuples
4040
CPP
4141

42-
build-depends: ghc-prim >= 0.5.3 && < 0.11,
42+
build-depends: ghc-prim >= 0.5.3 && < 0.12,
4343
base >= 4.9.0 && < 4.20,
4444
bytestring >= 0.10.6.0 && <0.12
4545
ghc-options: -Wall

libraries/ghc-heap/ghc-heap.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ library
2323
default-language: Haskell2010
2424

2525
build-depends: base >= 4.9.0 && < 5.0
26-
, ghc-prim > 0.2 && < 0.11
26+
, ghc-prim > 0.2 && < 0.12
2727
, rts == 1.0.*
2828
, containers >= 0.6.2.1 && < 0.7
2929

libraries/ghc-prim/ghc-prim.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: ghc-prim
3-
version: 0.10.0
3+
version: 0.11.0
44
-- NOTE: Don't forget to update ./changelog.md
55
license: BSD-3-Clause
66
license-file: LICENSE

libraries/ghci/ghci.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library
7676
rts,
7777
array == 0.5.*,
7878
base >= 4.8 && < 4.20,
79-
ghc-prim >= 0.5.0 && < 0.11,
79+
ghc-prim >= 0.5.0 && < 0.12,
8080
binary == 0.8.*,
8181
bytestring >= 0.10 && < 0.12,
8282
containers >= 0.5 && < 0.7,

libraries/text

Submodule text updated from deaaef6 to fe14df3

testsuite/tests/backpack/should_compile/bkp16.stderr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[1 of 1] Compiling Int[sig] ( p/Int.hsig, nothing )
33
[2 of 2] Processing q
44
Instantiating q
5-
[1 of 1] Including p[Int=base-4.17.0.0:GHC.Exts]
6-
Instantiating p[Int=base-4.17.0.0:GHC.Exts]
7-
[1 of 1] Including ghc-prim-0.10.0
5+
[1 of 1] Including p[Int=base-4.19.0.0:GHC.Exts]
6+
Instantiating p[Int=base-4.19.0.0:GHC.Exts]
7+
[1 of 1] Including ghc-prim-0.11.0
88
[1 of 1] Compiling Int[sig] ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o )
99
[1 of 1] Instantiating p

0 commit comments

Comments
 (0)