packages feed

memcached 0.1 → 0.1.1

raw patch · 2 files changed

+3/−3 lines, 2 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Setup.hs view
@@ -2,4 +2,4 @@  import Distribution.Simple -main = defaultMainWithHooks defaultUserHooks+main = defaultMainWithHooks simpleUserHooks
memcached.cabal view
@@ -1,7 +1,8 @@ name:                memcached-version:             0.1+version:             0.1.1 stability:           Alpha synopsis:            haskell bindings for memcached+description:         haskell bindings for memcached category:            Network license:             OtherLicense license-file:        LICENSE@@ -17,5 +18,4 @@ exposed-modules:     Network.Memcache, Network.Memcache.Protocol, Network.Memcache.Serializable,                      Network.Memcache.ServerPool, Network.Memcache.Key -ghc-options:         -O2 -Wall ghc-prof-options:    -prof -auto-all