hmemdb-0.3.1.0: hmemdb.cabal
-- Initial hmemdb.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: hmemdb
version: 0.3.1.0
synopsis: In-memory relational database
description: Library that provides a sort of relational database in memory (which could be saved to the disk, however). Very untested.
license: BSD3
license-file: LICENSE
author: Miguel Mitrofanov
maintainer: miguelimo38@yandex.ru
-- copyright:
category: Data, Database
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Data.HMemDb
build-depends: base <= 10, transformers >= 0.2, stm >= 2.3, containers, binary >= 0.3, monad-stm
hs-source-dirs: src