packages feed

hmemdb-0.3.0.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.0.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 ==4.6.*, transformers ==0.3.*, stm ==2.4.*, containers ==0.5.*, binary ==0.5.*, monad-stm
  hs-source-dirs:      src