packages feed

winery-0.2: winery.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: ef83aa777baa5f4b7fcf4c9708a493c8fbd187e078f3eef8d6ea02d8e257fcd9

name:           winery
version:        0.2
synopsis:       Sustainable serialisation library
description:    Please see the README on Github at <https://github.com/fumieval/winery#readme>
category:       Data
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
  other-modules:
      Paths_winery
  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
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  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

benchmark bench-winery
  type: exitcode-stdio-1.0
  main-is: bench.hs
  other-modules:
      Paths_winery
  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
  default-language: Haskell2010