-- Initial pipes-sqlite-simple.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: pipes-sqlite-simple
version: 0.2
synopsis: Functions that smash Pipes and sqlite-simple together
description: Functions that smash Pipes and sqlite-simple together
license: BSD3
license-file: LICENSE
author: Nick Partridge
maintainer: nkpart@gmail.com
-- copyright:
category: Database
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/nkpart/pipes-sqlite-simple
library
exposed-modules: Pipes.SQLite
-- other-modules:
-- other-extensions:
ghc-options: -Wall
build-depends: base >=4.7 && <4.10,
text >= 1.1.1.2 && <1.3
, pipes >= 4.1.2 && <4.2
, sqlite-simple >= 0.4.8.0 && <0.5
, pipes-safe >= 2.2.0 && <2.3
-- hs-source-dirs:
default-language: Haskell2010