packages feed

ghc-experimental 9.1002.0 → 9.1003.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~ghc-internal

Dependency ranges changed: ghc-internal

Files

ghc-experimental.cabal view
@@ -6,7 +6,7 @@ name:               ghc-experimental -- The project is ghc's version plus ghc-experimental's version suffix. -- For example, for ghc=9.10.1, ghc-experimental's version will be 9.1001.0.-version:            9.1002.0+version:            9.1003.0 synopsis:           Experimental features of GHC's standard library description:     This package is where experimental GHC standard library interfaces start@@ -38,7 +38,7 @@         exposed-modules:  GHC.Wasm.Prim     other-extensions:     build-depends:    base ^>=4.20,-                      ghc-internal == 9.1002.*,+                      ghc-internal == 9.1003.*,                       ghc-prim >= 0.11 && < 0.13     hs-source-dirs:   src     default-language: Haskell2010