packages feed

bencodex-1.0.0: bencodex.cabal

cabal-version: 2.2

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

name:           bencodex
version:        1.0.0
synopsis:       Bencodex reader/writer for Haskell
description:    Please see the README on GitHub at <https://github.com/dahlia/bencodex-haskell#readme>.
category:       Serialization
homepage:       https://github.com/dahlia/bencodex-haskell#readme
bug-reports:    https://github.com/dahlia/bencodex-haskell/issues
author:         Hong Minhee <hong.minhee@gmail.com>
maintainer:     Hong Minhee <hong.minhee@gmail.com>
copyright:      © 2018 Hong Minhee
license:        GPL-3.0-or-later
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGES.md

source-repository head
  type: git
  location: https://github.com/dahlia/bencodex-haskell

library
  exposed-modules:
      Data.Bencodex
      Data.Bencodex.Reader
      Data.Bencodex.Types
      Data.Bencodex.Writer
  other-modules:
      Paths_bencodex
  autogen-modules:
      Paths_bencodex
  hs-source-dirs:
      src
  ghc-options: -Wwarn -Wall -fwarn-incomplete-uni-patterns -fprint-explicit-kinds
  build-depends:
      attoparsec >=0.12 && <1
    , base >=4.7 && <5
    , bytestring
    , hashable
    , text
    , unordered-containers
  default-language: Haskell2010

test-suite hlint
  type: exitcode-stdio-1.0
  main-is: hlint.hs
  hs-source-dirs:
      test
  ghc-options: -Wwarn -Wall -fwarn-incomplete-uni-patterns -fprint-explicit-kinds -threaded
  build-depends:
      base >=4.7 && <5
    , bytestring
    , hlint >=2.1.7 && <2.2
    , text
    , unordered-containers
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.Bencodex.ReaderSpec
      Data.Bencodex.SpecDiscovery
      Data.Bencodex.WriterSpec
      Paths_bencodex
  hs-source-dirs:
      test
  ghc-options: -Wwarn -Wall -fwarn-incomplete-uni-patterns -fprint-explicit-kinds -Wno-incomplete-uni-patterns -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HsYAML ==0.1.1.2
    , base >=4.7 && <5
    , base64-bytestring
    , bencodex
    , bytestring
    , containers
    , file-embed
    , filepath
    , hspec >=2.4.8 && <3
    , hspec-attoparsec >=0.1.0.2 && <0.2
    , hspec-discover >=2.4.8 && <3
    , text
    , unordered-containers
  default-language: Haskell2010