-- Initial increments.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: increments version: 0.1.0.2 synopsis: type classes for incremental updates to data description: incremental updates to large data structures license: BSD3 license-file: LICENSE author: John Lato maintainer: jwlato@gmail.com -- copyright: category: Data build-type: Simple cabal-version: >=1.8 library exposed-modules: Data.Increments ,Data.Increments.Containers ,Data.Increments.Internal build-depends: base >=4.5 && < 4.8 ,ghc-prim >=0.2 ,beamable >= 0 && < 0.2 ,bytestring >= 0.9 ,containers >= 0.3 hs-source-dirs: src Test-suite increments-tests Ghc-options: -Wall Hs-source-dirs: src tests Main-is: TestSuite.hs Type: exitcode-stdio-1.0 Other-modules: Tests Build-depends: test-framework >= 0.4 && < 0.9, test-framework-quickcheck2 >= 0.2 && < 0.4, QuickCheck >= 2.4 && < 2.6, base, ghc-prim, beamable, bytestring, containers hs-source-dirs: src