packages feed

cabal-debian 4.32.3 → 4.32.4

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

cabal-debian.cabal view
@@ -1,5 +1,5 @@ Name:           cabal-debian-Version:        4.32.3+Version:        4.32.4 Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw License:        BSD3 License-File:   LICENSE
src/Debian/Debianize/Finalize.hs view
@@ -362,11 +362,11 @@          let packagesURI = "https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/" <> pack src         zoom D.control $ do-           S.standardsVersion .?= Just (parseStandardsVersion "3.9.6")+           S.standardsVersion .?= Just (parseStandardsVersion "3.9.8")            S.homepage .?= Just ("http://hackage.haskell.org/package/" <> pack cabal)            S.vcsFields %= Set.union (Set.fromList               [ S.VCSBrowser packagesURI-              , S.VCSGit  "git://git.debian.org/git/pkg-haskell/DHG_packages.git"+              , S.VCSGit  "https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git"               ])  putBuildDeps :: (Monad m, Functor m) => (Relations -> Relations) -> PackageDescription -> CabalT m ()