positron-0.1.0.0: positron.cabal
-- This file has been generated from package.yaml by hpack version 0.17.1.
--
-- see: https://github.com/sol/hpack
name: positron
version: 0.1.0.0
synopsis: Experiment
description: Please see README.md
category: Database
homepage: https://github.com/xtendo-org/positron#readme
bug-reports: https://github.com/xtendo-org/positron/issues
author: XT
maintainer: e@xtendo.org
copyright: 2016 XT
license: Apache-2.0
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/xtendo-org/positron
library
hs-source-dirs:
library
default-extensions: LambdaCase OverloadedStrings RecordWildCards TemplateHaskell
build-depends:
attoparsec
, bytestring
, postgresql-libpq
, scientific
, template-haskell
, text
, base >=4.7 && <5
exposed-modules:
Positron
Positron.UUID
other-modules:
Positron.Alias
Positron.Binary
Positron.Driver
Positron.Import
Positron.Instance
Positron.Parser
Positron.Query
Positron.Store
Positron.Types
Positron.Types.MissingMethods
Positron.Unsafe
Positron.Util
Paths_positron
default-language: Haskell2010
test-suite positron-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
default-extensions: LambdaCase OverloadedStrings RecordWildCards TemplateHaskell
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, positron
default-language: Haskell2010