Cabal revisions of memcached-binary-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: memcached-binary-version: 0.2.0-synopsis: memcached client using binary protocol.-description: memcached client using binary protocol.-license: MIT-license-file: LICENSE-author: HirotomoMoriwaki<philopon.dependence@gmail.com>-maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>-Homepage: https://github.com/philopon/memcached-binary-Bug-reports: https://github.com/philopon/memcached-binary/issues-copyright: (c) 2014 Hirotomo Moriwaki-category: Database-build-type: Simple-cabal-version: >=1.10-extra-source-files: src/Database/Memcached/Binary/Common.hs- src/Database/Memcached/Binary/Header.txt--library- exposed-modules: Database.Memcached.Binary- Database.Memcached.Binary.Maybe- Database.Memcached.Binary.Either- Database.Memcached.Binary.IO-- Database.Memcached.Binary.Types- Database.Memcached.Binary.Types.Exception- other-modules: Database.Memcached.Binary.Internal- Database.Memcached.Binary.Internal.Definition- build-depends: base >=4.6 && <4.8- , bytestring >=0.10 && <0.11- , network >=2.5 && <2.7- , storable-endian >=0.2 && <0.3- , data-default-class >=0.0 && <0.1- , resource-pool >=0.2 && <0.3- , unordered-containers >=0.2 && <0.3- , time >=1.4 && <1.5- ghc-options: -Wall -O2- hs-source-dirs: src- default-language: Haskell2010--test-suite test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: test.hs- ghc-options: -Wall -O2- build-depends: base >=4.6 && <4.8- , hspec >=1.11 && <1.12- , memcached-binary- , process >=1.2 && <1.3- , network >=2.5 && <2.7- , HUnit >=1.2 && <1.3- , data-default-class >=0.0 && <0.1- , bytestring >=0.10 && <0.11+name: memcached-binary +x-revision: 1 +version: 0.2.0 +synopsis: memcached client using binary protocol. +description: memcached client using binary protocol. +license: MIT +license-file: LICENSE +author: HirotomoMoriwaki<philopon.dependence@gmail.com> +maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com> +Homepage: https://github.com/philopon/memcached-binary +Bug-reports: https://github.com/philopon/memcached-binary/issues +copyright: (c) 2014 Hirotomo Moriwaki +category: Database +build-type: Simple +cabal-version: >=1.10 +extra-source-files: src/Database/Memcached/Binary/Common.hs + src/Database/Memcached/Binary/Header.txt + +library + exposed-modules: Database.Memcached.Binary + Database.Memcached.Binary.Maybe + Database.Memcached.Binary.Either + Database.Memcached.Binary.IO + + Database.Memcached.Binary.Types + Database.Memcached.Binary.Types.Exception + other-modules: Database.Memcached.Binary.Internal + Database.Memcached.Binary.Internal.Definition + build-depends: base >=4.6 && <4.9 + , bytestring >=0.10 && <0.11 + , network >=2.5 && <2.7 + , storable-endian >=0.2 && <0.3 + , data-default-class >=0.0 && <0.1 + , resource-pool >=0.2 && <0.3 + , unordered-containers >=0.2 && <0.3 + , time >=1.4 && <1.6 + ghc-options: -Wall -O2 + hs-source-dirs: src + default-language: Haskell2010 + +test-suite test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: test.hs + ghc-options: -Wall -O2 + build-depends: base + , hspec >=2.1 && <2.2 + , memcached-binary + , process >=1.2 && <1.3 + , network >=2.5 && <2.7 + , HUnit >=1.2 && <1.3 + , data-default-class + , bytestring default-language: Haskell2010
revision 2
name: memcached-binary -x-revision: 1 +x-revision: 2 version: 0.2.0 synopsis: memcached client using binary protocol. description: memcached client using binary protocol. maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com> Homepage: https://github.com/philopon/memcached-binary Bug-reports: https://github.com/philopon/memcached-binary/issues -copyright: (c) 2014 Hirotomo Moriwaki +copyright: (c) 2014-2015 Hirotomo Moriwaki category: Database build-type: Simple cabal-version: >=1.10 , HUnit >=1.2 && <1.3 , data-default-class , bytestring - default-language: Haskell2010+ default-language: Haskell2010
revision 3
name: memcached-binary -x-revision: 2 +x-revision: 3 version: 0.2.0 synopsis: memcached client using binary protocol. description: memcached client using binary protocol. main-is: test.hs ghc-options: -Wall -O2 build-depends: base - , hspec >=2.1 && <2.2 + , hspec >=2.1 && <2.3 , memcached-binary , process >=1.2 && <1.3 , network >=2.5 && <2.7 - , HUnit >=1.2 && <1.3 + , HUnit >=1.2 && <1.4 , data-default-class , bytestring default-language: Haskell2010