cabal-debian 4.32.2 → 4.32.3
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
cabal-debian.cabal view
@@ -1,5 +1,5 @@ Name: cabal-debian-Version: 4.32.2+Version: 4.32.3 Copyright: Copyright (c) 2007-2014, David Fox, Jeremy Shaw License: BSD3 License-File: LICENSE
src/Debian/Debianize/Goodies.hs view
@@ -157,12 +157,12 @@ oldClckwrksSiteFlags x = [ -- According to the happstack-server documentation this needs a trailing slash. "--base-uri", "http://" ++ D.domain x ++ "/"- , "--http-port", show D.port]+ , "--http-port", show (D.port (D.server x))] oldClckwrksServerFlags :: D.Server -> [String] oldClckwrksServerFlags x = [ -- According to the happstack-server documentation this needs a trailing slash. "--base-uri", "http://" ++ D.hostname x ++ ":" ++ show (D.port x) ++ "/"- , "--http-port", show D.port]+ , "--http-port", show (D.port x)] watchAtom :: PackageName -> Text watchAtom (PackageName pkgname) =