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: e141cc9e5969922ea090f392042d502509c08b87e62ad0fec15e2472ad97061c
name: binary-generic-combinators
version: 0.4.2.0
synopsis: Combinators and utilities to make Generic-based deriving of Binary easier and more expressive
description: Please see the README on GitHub at <https://github.com/0xd34df00d/binary-generic-combinators#readme>
category: Data, Parsing
homepage: https://github.com/0xd34df00d/binary-generic-combinators#readme
bug-reports: https://github.com/0xd34df00d/binary-generic-combinators/issues
author: Georg Rudoy
maintainer: 0xd34df00d@gmail.com
copyright: 2021 Georg Rudoy
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/0xd34df00d/binary-generic-combinators
library
exposed-modules:
Data.Binary.Combinators
Data.Binary.DerivingVia
other-modules:
Paths_binary_generic_combinators
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
QuickCheck
, base >=4.7 && <5
, binary
default-language: Haskell2010
test-suite binary-generic-combinators-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_binary_generic_combinators
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.7 && <5
, binary
, binary-generic-combinators
, generic-arbitrary
, hspec
default-language: Haskell2010