Skip to content
Snippets Groups Projects
Commit 62cb821e authored by Ben Gamari's avatar Ben Gamari
Browse files

ghc-prim: Bump version to 0.11

parent 877ec97b
No related branches found
Tags ghc-9.8.1-alpha1
No related merge requests found
......@@ -57,7 +57,7 @@ Executable ghc
-- NB: this is never built by the bootstrapping GHC+libraries
Build-depends:
deepseq >= 1.4 && < 1.6,
ghc-prim >= 0.5.0 && < 0.11,
ghc-prim >= 0.5.0 && < 0.12,
ghci == @ProjectVersionMunged@,
haskeline == 0.8.*,
exceptions == 0.10.*,
......
......@@ -86,7 +86,7 @@ Library
build-depends:
rts == 1.0.*,
ghc-prim >= 0.5.1.0 && < 0.11,
ghc-prim >= 0.5.1.0 && < 0.12,
ghc-bignum >= 1.0 && < 2.0
exposed-modules:
......
......@@ -77,7 +77,7 @@ library
ForeignFunctionInterface
build-depends:
ghc-prim >= 0.5.1.0 && < 0.11
ghc-prim >= 0.5.1.0 && < 0.12
hs-source-dirs: src/
include-dirs: include/
......
......@@ -39,7 +39,7 @@ library
UnboxedTuples
CPP
build-depends: ghc-prim >= 0.5.3 && < 0.11,
build-depends: ghc-prim >= 0.5.3 && < 0.12,
base >= 4.9.0 && < 4.20,
bytestring >= 0.10.6.0 && <0.12
ghc-options: -Wall
......
......@@ -23,7 +23,7 @@ library
default-language: Haskell2010
build-depends: base >= 4.9.0 && < 5.0
, ghc-prim > 0.2 && < 0.11
, ghc-prim > 0.2 && < 0.12
, rts == 1.0.*
, containers >= 0.6.2.1 && < 0.7
......
cabal-version: 2.2
name: ghc-prim
version: 0.10.0
version: 0.11.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD-3-Clause
license-file: LICENSE
......
......@@ -76,7 +76,7 @@ library
rts,
array == 0.5.*,
base >= 4.8 && < 4.20,
ghc-prim >= 0.5.0 && < 0.11,
ghc-prim >= 0.5.0 && < 0.12,
binary == 0.8.*,
bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,
......
Subproject commit deaaef6216d3df524f8b998c54b317478094473c
Subproject commit fe14df3f578cd49cb72555f25c49843a8671dfd2
......@@ -2,8 +2,8 @@
[1 of 1] Compiling Int[sig] ( p/Int.hsig, nothing )
[2 of 2] Processing q
Instantiating q
[1 of 1] Including p[Int=base-4.17.0.0:GHC.Exts]
Instantiating p[Int=base-4.17.0.0:GHC.Exts]
[1 of 1] Including ghc-prim-0.10.0
[1 of 1] Including p[Int=base-4.19.0.0:GHC.Exts]
Instantiating p[Int=base-4.19.0.0:GHC.Exts]
[1 of 1] Including ghc-prim-0.11.0
[1 of 1] Compiling Int[sig] ( p/Int.hsig, bkp16.out/p/p-97PZnzqiJmd2hTwUNGdjod/Int.o )
[1 of 1] Instantiating p
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment