name: model version: 0.4.4 x-revision: 1 synopsis: Derive a model of a data type using Generics description: See the . homepage: http://github.com/tittoassini/model license: BSD3 license-file: LICENSE author: Pasqualino `Titto` Assini maintainer: tittoassini@gmail.com copyright: Copyright: (c) 2016 Pasqualino `Titto` Assini category: Data,Reflection,Generics build-type: Simple cabal-version: >=1.10 Tested-With: GHC == 7.10.3 GHC == 8.0.1 GHC == 8.0.2 GHC == 8.2.2 extra-source-files: stack.yaml,README.md,CHANGELOG source-repository head type: git location: https://github.com/tittoassini/model library hs-source-dirs: src exposed-modules: Data.Model , Data.Model.Class , Data.Model.Env , Data.Model.Instances , Data.Model.Pretty , Data.Model.Types , Data.Model.Util , Type.ANat,Type.Analyse build-depends: base >= 4.8 && < 4.11 , containers == 0.5.* , either > 4.3.2 && <6 , deepseq == 1.4.* , transformers >= 0.4.2.0 && < 0.6 , pretty >= 1.1.2 && < 1.2 , convertible == 1.1.* default-language: Haskell2010 other-extensions: DataKinds, DefaultSignatures, DeriveAnyClass, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, FlexibleContexts, FlexibleInstances, NoMonomorphismRestriction, OverloadedStrings, PolyKinds, ScopedTypeVariables, TupleSections, TypeFamilies, TypeOperators, UndecidableInstances ghc-options: -Wall -fno-warn-orphans test-suite model-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: Test.Data,Test.Data2,Test.Data3,Test.Data.Model,Info build-depends: base , pretty , containers , model , ghc-prim , tasty >= 0.11 && < 0.13 , tasty-hunit >= 0.8 && < 0.11 , tasty-quickcheck >=0.8.1 && < 0.9.2 default-language: Haskell2010 test-suite model-doctest default-language: Haskell2010 type: exitcode-stdio-1.0 ghc-options: -threaded main-is: DocSpec.hs build-depends: base, doctest>=0.11.1 && <0.14,filemanip>=0.3.6.3 && < 0.3.7,model HS-Source-Dirs: test