packages feed

pool 0.1.0.4 → 0.1.1

raw patch · 3 files changed

+10/−5 lines, 3 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
+ Setup.lhs view
@@ -0,0 +1,7 @@+#!/usr/bin/env runhaskell++> module Main where+> import Distribution.Simple++> main :: IO ()+> main = defaultMain
pool.cabal view
@@ -1,5 +1,5 @@ name:            pool-version:         0.1.0.4+version:         0.1.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -10,7 +10,7 @@ stability:       Stable cabal-version:   >= 1.6 build-type:      Simple-homepage:        http://github.com/snoyberg/pool+homepage:        http://www.yesodweb.com/book/persistent  library     build-depends:   base                     >= 4         && < 5@@ -21,4 +21,4 @@  source-repository head   type:     git-  location: git://github.com/snoyberg/pool.git+  location: git://github.com/yesodweb/persistent.git