packages feed

ghc-lib 9.2.1.20211030 → 9.2.1.20211101

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~ghc-lib-parser

Dependency ranges changed: ghc-lib-parser

Files

ghc-lib.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-version: 9.2.1.20211030+version: 9.2.1.20211101 license: BSD3 license-file: LICENSE category: Development@@ -61,24 +61,24 @@     else         build-depends: Win32     build-depends:-        ghc-prim > 0.2 && < 0.8,         base >= 4.14 && < 4.17,+        ghc-prim > 0.2 && < 0.9,+        bytestring >= 0.9 && < 0.12,+        time >= 1.4 && < 1.12,+        exceptions == 0.10.*,+        parsec,         containers >= 0.5 && < 0.7,-        bytestring >= 0.9 && < 0.11,         binary == 0.8.*,         filepath >= 1 && < 1.5,         directory >= 1 && < 1.4,         array >= 0.1 && < 0.6,         deepseq >= 1.4 && < 1.5,         pretty == 1.1.*,-        time >= 1.4 && < 1.10,         transformers == 0.5.*,         process >= 1 && < 1.7,-        exceptions == 0.10.*,-        parsec,         rts,         hpc == 0.6.*,-        ghc-lib-parser == 9.2.1.20211030+        ghc-lib-parser == 9.2.1.20211101     build-tools: alex >= 3.1, happy >= 1.19.4     other-extensions:         BangPatterns