heroku 0.1.2.1 → 0.1.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep −networkPVP ok
version bump matches the API change (PVP)
Dependencies removed: network
API changes (from Hackage documentation)
Files
- heroku.cabal +2/−2
heroku.cabal view
@@ -1,5 +1,5 @@ Name: heroku-Version: 0.1.2.1+Version: 0.1.2.2 Synopsis: helpers for deploying to Heroku Description: currently just a parser for DATABASE_URL Homepage: https://github.com/gregwebs/haskell-heroku@@ -29,5 +29,5 @@ Main-Is: test.hs Build-depends: base >= 4 && < 5 , text- , network+ , network-uri , hspec