cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 5abd06b3c1d6cc5f914ce55f858772b5678df3c3241bde076282fc8d5de2604c name: memdb version: 1.0.0.0 synopsis: Efficient in memory indexed database description: Please see the README on GitHub at category: Database homepage: https://github.com/pkamenarsky/memdb#readme bug-reports: https://github.com/pkamenarsky/memdb/issues author: Philip Kamenarsky maintainer: p.kamenarsky@gmail.com copyright: 2018 Philip Kamenarsky license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md cbits/Multimap.cpp source-repository head type: git location: https://github.com/pkamenarsky/memdb library hs-source-dirs: src ghc-options: -Wall cc-options: -std=c++11 c-sources: cbits/Multimap.cpp extra-libraries: stdc++ build-depends: base >=4.7 && <5 , bytestring , cereal , vector exposed-modules: Database.Immutable Database.Immutable.Read Database.Immutable.Write Multimap.ByteString Multimap.Word32 other-modules: Database.Immutable.Internal Paths_memdb default-language: Haskell2010 test-suite memdb-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -Wall -fno-warn-partial-type-signatures -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.7 && <5 , bytestring , cereal , hspec , memdb , vector other-modules: Paths_memdb default-language: Haskell2010