ghc-paths 0.1.0.5 → 0.1.0.6
raw patch · 2 files changed
+2/−4 lines, 2 filesdep ~basesetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- ghc-paths.cabal +2/−2
Setup.hs view
@@ -15,8 +15,6 @@ main = defaultMainWithHooks simpleUserHooks { postConf = defaultPostConf, preBuild = readHook,- preMakefile = readHook,- preClean = readHook, preCopy = readHook, preInst = readHook, preHscolour = readHook,
ghc-paths.cabal view
@@ -1,5 +1,5 @@ name: ghc-paths-version: 0.1.0.5+version: 0.1.0.6 license: BSD3 license-file: LICENSE copyright: (c) Simon Marlow@@ -10,7 +10,7 @@ description: Knowledge of GHC's installation directories category: Development cabal-version: >= 1.4-build-depends: base+build-depends: base >= 3 && < 5 build-type: Custom exposed-modules: GHC.Paths