winery-0.2.1: winery.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 93787e5525d90ec1aeb81d521ead44d1b77000046d92228940a76c519e23d0ca
name: winery
version: 0.2.1
synopsis: Sustainable serialisation library
description: Please see the README on Github at <https://github.com/fumieval/winery#readme>
category: Data, Codec, Parsing, Serialization
homepage: https://github.com/fumieval/winery#readme
bug-reports: https://github.com/fumieval/winery/issues
author: Fumiaki Kinoshita
maintainer: fumiexcel@gmail.com
copyright: Copyright (c) 2018 Fumiaki Kinoshita
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/fumieval/winery
library
hs-source-dirs:
src
ghc-options: -Wall -O2
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers
, cpu
, hashable
, megaparsec
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, scientific
, text
, transformers
, unordered-containers
, vector
exposed-modules:
Data.Winery
Data.Winery.Term
Data.Winery.Internal
Data.Winery.Internal.Builder
Data.Winery.Query
Data.Winery.Query.Parser
other-modules:
Paths_winery
default-language: Haskell2010
executable winery
main-is: Main.hs
hs-source-dirs:
app
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, containers
, cpu
, hashable
, megaparsec
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, scientific
, text
, transformers
, unordered-containers
, vector
, winery
other-modules:
Paths_winery
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
build-depends:
QuickCheck
, aeson
, base >=4.7 && <5
, bytestring
, containers
, cpu
, hashable
, megaparsec
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, scientific
, text
, transformers
, unordered-containers
, vector
, winery
other-modules:
Paths_winery
default-language: Haskell2010
benchmark bench-winery
type: exitcode-stdio-1.0
main-is: bench.hs
hs-source-dirs:
benchmarks
ghc-options: -O2
build-depends:
aeson
, base >=4.7 && <5
, binary
, bytestring
, cassava
, containers
, cpu
, deepseq
, directory
, gauge
, hashable
, megaparsec
, mtl
, prettyprinter
, prettyprinter-ansi-terminal
, scientific
, serialise
, text
, transformers
, unordered-containers
, vector
, winery
other-modules:
Paths_winery
default-language: Haskell2010