ghc-lib 9.8.1.20231009 → 9.8.1.20231121
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~basedep ~ghc-lib-parserdep ~hpc
Dependency ranges changed: base, ghc-lib-parser, hpc
Files
- ghc-lib.cabal +6/−6
ghc-lib.cabal view
@@ -1,8 +1,8 @@-cabal-version: 2.0+cabal-version: 3.0 build-type: Simple name: ghc-lib-version: 9.8.1.20231009-license: BSD3+version: 9.8.1.20231121+license: BSD-3-Clause license-file: LICENSE category: Development author: The GHC Team and Digital Asset@@ -74,10 +74,10 @@ else build-depends: Win32 build-depends:- base >= 4.17.0.0 && < 4.20,+ base >= 4.17 && < 4.20, ghc-prim > 0.2 && < 0.12, containers >= 0.6.2.1 && < 0.7,- bytestring >= 0.11.4 && < 0.12,+ bytestring >= 0.11.4 && < 0.13, time >= 1.4 && < 1.13, exceptions == 0.10.*, parsec,@@ -93,7 +93,7 @@ semaphore-compat, rts, hpc == 0.6.*,- ghc-lib-parser == 9.8.1.20231009+ ghc-lib-parser == 9.8.1.20231121 build-tool-depends: alex:alex >= 3.1, happy:happy >= 1.19.4 other-extensions: BangPatterns