ghc-7.10
This commit is contained in:
parent
62bab4edc8
commit
44c6d2e0c6
@ -8,7 +8,7 @@ author: HirotomoMoriwaki<philopon.dependence@gmail.com>
|
|||||||
maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>
|
maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>
|
||||||
Homepage: https://github.com/philopon/memcached-binary
|
Homepage: https://github.com/philopon/memcached-binary
|
||||||
Bug-reports: https://github.com/philopon/memcached-binary/issues
|
Bug-reports: https://github.com/philopon/memcached-binary/issues
|
||||||
copyright: (c) 2014 Hirotomo Moriwaki
|
copyright: (c) 2014-2015 Hirotomo Moriwaki
|
||||||
category: Database
|
category: Database
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
@ -25,14 +25,14 @@ library
|
|||||||
Database.Memcached.Binary.Types.Exception
|
Database.Memcached.Binary.Types.Exception
|
||||||
other-modules: Database.Memcached.Binary.Internal
|
other-modules: Database.Memcached.Binary.Internal
|
||||||
Database.Memcached.Binary.Internal.Definition
|
Database.Memcached.Binary.Internal.Definition
|
||||||
build-depends: base >=4.6 && <4.8
|
build-depends: base >=4.6 && <4.9
|
||||||
, bytestring >=0.10 && <0.11
|
, bytestring >=0.10 && <0.11
|
||||||
, network >=2.5 && <2.7
|
, network >=2.5 && <2.7
|
||||||
, storable-endian >=0.2 && <0.3
|
, storable-endian >=0.2 && <0.3
|
||||||
, data-default-class >=0.0 && <0.1
|
, data-default-class >=0.0 && <0.1
|
||||||
, resource-pool >=0.2 && <0.3
|
, resource-pool >=0.2 && <0.3
|
||||||
, unordered-containers >=0.2 && <0.3
|
, unordered-containers >=0.2 && <0.3
|
||||||
, time >=1.4 && <1.5
|
, time >=1.4 && <1.6
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
@ -42,12 +42,12 @@ test-suite test
|
|||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: test.hs
|
main-is: test.hs
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall -O2
|
||||||
build-depends: base >=4.6 && <4.8
|
build-depends: base
|
||||||
, hspec >=1.11 && <1.12
|
, hspec >=2.1 && <2.2
|
||||||
, memcached-binary
|
, memcached-binary
|
||||||
, process >=1.2 && <1.3
|
, process >=1.2 && <1.3
|
||||||
, network >=2.5 && <2.7
|
, network >=2.5 && <2.7
|
||||||
, HUnit >=1.2 && <1.3
|
, HUnit >=1.2 && <1.3
|
||||||
, data-default-class >=0.0 && <0.1
|
, data-default-class
|
||||||
, bytestring >=0.10 && <0.11
|
, bytestring
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user