ghc-lib-parser 8.10.1.20200324 → 8.10.1.20200412
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basedep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ghc-prim
API changes (from Hackage documentation)
Files
ghc-lib-parser.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.22 build-type: Simple name: ghc-lib-parser-version: 8.10.1.20200324+version: 8.10.1.20200412 license: BSD3 license-file: LICENSE category: Development@@ -72,8 +72,8 @@ else build-depends: Win32 build-depends:- ghc-prim > 0.2 && < 0.6,- base >= 4.11 && < 4.14,+ ghc-prim > 0.2 && < 0.7,+ base >= 4.11 && < 4.15, containers >= 0.5 && < 0.7, bytestring >= 0.9 && < 0.11, binary == 0.8.*,
ghc-lib/stage0/libraries/ghc-boot/build/GHC/Version.hs view
@@ -3,7 +3,7 @@ import Prelude -- See Note [Why do we import Prelude here?] cProjectGitCommitId :: String-cProjectGitCommitId = "06889a6f2e2adfd308339a836074216108cd7149"+cProjectGitCommitId = "5c3cadf5db0d7eb859ff2c278ab07585c7df17b5" cProjectVersion :: String cProjectVersion = "8.10.1"