DBFunctor-0.1.2.0: DBFunctor.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0369a0eecf7c62ea8444410e1a78ae26decf5eb5502ebe8c9b0e7a549670f983
name: DBFunctor
version: 0.1.2.0
synopsis: DBFunctor - Functional Data Management => ETL/ELT Data Processing in Haskell
description: Please see the README on Github at https://github.com/nkarag/haskell-DBFunctor
category: ETL
homepage: https://github.com/nkarag/haskell-DBFunctor#readme
bug-reports: https://github.com/nkarag/haskell-DBFunctor/issues
author: Nikos Karagiannidis
maintainer: nkarag@gmail.com
copyright: 2018 Nikos Karagiannidis
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/nkarag/haskell-DBFunctor
library
exposed-modules:
Etl.Internal.Core
Etl.Julius
RTable.Core
RTable.Data.CSV
other-modules:
Paths_DBFunctor
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring
, cassava
, cereal
, containers
, deepseq
, either
, text
, time
, transformers
, unordered-containers
, vector
default-language: Haskell2010
executable dbfunctor-example
main-is: Main.hs
other-modules:
Paths_DBFunctor
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
DBFunctor
, base >=4.7 && <5
, bytestring
, cassava
, cereal
, containers
, deepseq
, either
, text
, time
, transformers
, unordered-containers
, vector
default-language: Haskell2010
test-suite dbfunctor-test
type: exitcode-stdio-1.0
main-is: DBFTests.hs
other-modules:
Paths_DBFunctor
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
DBFunctor
, base >=4.7 && <5
, bytestring
, cassava
, cereal
, containers
, deepseq
, either
, text
, time
, transformers
, unordered-containers
, vector
default-language: Haskell2010