cabal-meta 0.4.1 → 0.4.1.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CabalMeta.hs +1/−0
- cabal-meta.cabal +1/−1
CabalMeta.hs view
@@ -212,6 +212,7 @@ | prefix "http" -> next sources { https = mkGit: https sources } | prefix "https" -> next sources { gits = mkGit: https sources } | prefix "git:" -> next sources { gits = mkGit: gits sources }+ | prefix "ssh:" -> next sources { gits = mkGit: gits sources } | prefix "darcs:" -> next sources { darcsen = mkDarcs: darcsen sources } | otherwise -> next sources { hackages = mkPkg: hackages sources } where
cabal-meta.cabal view
@@ -1,5 +1,5 @@ name: cabal-meta-version: 0.4.1+version: 0.4.1.1 license: BSD3 license-file: LICENSE author: Greg Weber <greg@gregweber.info>