packages feed

tripLL-0.1.0.0: tripLL.cabal

-- Initial tripLL.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                tripLL
version:             0.1.0.0
synopsis:            A very simple triple store
-- description:
homepage:            https://github.com/aphorisme/tripLL
license:             MIT
license-file:        LICENSE
author:              Philipp Pfeiffer
maintainer:          pfiff@hax-f.net
-- copyright:
category:            Database
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:      TripLL
                      , TripLL.Bindings.LevelDBHexa
  -- other-modules:
  other-extensions:      OverloadedStrings
                       , MultiParamTypeClasses
                       , FunctionalDependencies
                       , TypeSynonymInstances
                       , FlexibleInstances
  build-depends:         base >=4.8 && <4.9
                       , filepath >=1.4 && <1.5
                       , bytestring >=0.10 && <0.11
                       , cereal >= 0.4
                       , leveldb-haskell >= 0.6
  hs-source-dirs:      src
  default-language:    Haskell2010