packages feed

propellor 3.4.0 → 3.4.1

raw patch · 4 files changed

+14/−2 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,9 @@+propellor (3.4.1) unstable; urgency=medium++  * Fixed https url to propellor git repository.++ -- Joey Hess <id@joeyh.name>  Wed, 01 Mar 2017 16:50:05 -0400+ propellor (3.4.0) unstable; urgency=medium    * Added ConfigurableValue type class, for values that can be used in a
debian/changelog view
@@ -1,3 +1,9 @@+propellor (3.4.1) unstable; urgency=medium++  * Fixed https url to propellor git repository.++ -- Joey Hess <id@joeyh.name>  Wed, 01 Mar 2017 16:50:05 -0400+ propellor (3.4.0) unstable; urgency=medium    * Added ConfigurableValue type class, for values that can be used in a
propellor.cabal view
@@ -1,5 +1,5 @@ Name: propellor-Version: 3.4.0+Version: 3.4.1 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name>
src/Propellor/DotDir.hs view
@@ -50,7 +50,7 @@ -- Using the joeyh.name mirror of the main propellor repo because -- it is accessible over https for better security. netrepo :: String-netrepo = "https://git.joeyh.name/propellor.git"+netrepo = "https://git.joeyh.name/git/propellor.git"  dotPropellor :: IO FilePath dotPropellor = do