Cabal revisions of model-0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: model version: 0.3+x-revision: 1 synopsis: Derive a model of a data type using Generics description: See the <http://github.com/tittoassini/model online tutorial>. homepage: http://github.com/tittoassini/model , Data.Model.Types , Data.Model.Util , Type.ANat,Type.Analyse- build-depends: base >= 4.8 && < 5+ build-depends: base >= 4.8 && < 4.11 , containers >= 0.5.6.2 , deepseq >= 1.4 , pretty >= 1.1.2.0 hs-source-dirs: test main-is: Spec.hs other-modules: Test.Data,Test.Data2,Test.Data3,Test.Data.Model- build-depends: base >= 4.8 && < 5+ build-depends: base >= 4.8 && < 4.11 , ghc-prim >= 0.3.1.0 , tasty >= 0.11.0.2 , tasty-hunit >= 0.9.2