cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 391f68f7468a0fe4836d47fadbe4b6da09284a187d90542ff3d753101d63f1be
name: generic-constraints
version: 1.1.1.1
synopsis: Constraints via Generic
description: Standalone deriving without boiler-plate
category: Generics
homepage: https://github.com/yairchu/generic-constraints
bug-reports: https://github.com/yairchu/generic-constraints/issues
author: Sjoerd Visscher,
Xia Li-yao,
Yair Chuchem
maintainer: yairchu@gmail.com
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG
source-repository head
type: git
location: git://github.com/yairchu/generic-constraints.git
library
exposed-modules:
Generics.Constraints
other-modules:
Paths_generic_constraints
hs-source-dirs:
src
ghc-options: -Wall -Wnoncanonical-monad-instances -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.9 && <5
, template-haskell
, th-abstraction
default-language: Haskell2010
test-suite unittests
type: exitcode-stdio-1.0
main-is: unittests.hs
other-modules:
Paths_generic_constraints
hs-source-dirs:
test
build-depends:
HUnit
, base
, generic-constraints
default-language: Haskell2010