name: monarch version: 0.1.0.0 synopsis: Monadic interface for TokyoTyrant. description: This package provides simple monadic interface for TokyoTyrant. license: BSD3 license-file: LICENSE author: Noriyuki OHKAWA maintainer: Noriyuki OHKAWA category: Database build-type: Simple cabal-version: >=1.8 homepage: https://github.com/notogawa/monarch library exposed-modules: Database.Monarch ghc-options: -Wall build-depends: base ==4.* , mtl ==2.1.* , bytestring ==0.9.* , tokyotyrant-haskell ==1.0.* test-suite unit-test hs-source-dirs: test, . type: exitcode-stdio-1.0 main-is: test.hs build-depends: base ==4.* , mtl ==2.1.* , bytestring ==0.9.* , tokyotyrant-haskell ==1.0.* , hspec ==1.3.* , HUnit ==1.2.* source-repository head type: git location: https://github.com/notogawa/monarch