packages feed

Cabal revisions of model-0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                model-version:             0.2-synopsis:            Derive a model of a data type using Generics-description:         See the tutorial at: https://github.com/tittoassini/model-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--library-  hs-source-dirs:      src-  exposed-modules:     Data.Model,Data.Model.Class,Data.Model.Env,Data.Model.Instances,Data.Model.Pretty,Data.Model.Types,Type.ANat,Type.Analyse-  build-depends:       base >= 4.7 && < 5, containers >= 0.5.6.2, deepseq >= 1.4, pretty >= 1.1.2.0, transformers >= 0.4 ,ListLike >= 4.2.1-  default-language:    Haskell2010--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-  build-depends:       base-                     , ghc-prim >= 0.4.0.0-                     , tasty >= 0.11.0.2-                     , tasty-hunit-                     , tasty-hunit >= 0.9.2-                     , tasty-quickcheck-                     , tasty-quickcheck >= 0.8.4-                     , pretty-                     , containers-                     , model-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/tittoassini/model+name:                model
+version:             0.2
+x-revision: 1
+synopsis:            Derive a model of a data type using Generics
+description:         See the tutorial at: https://github.com/tittoassini/model
+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
+
+library
+  hs-source-dirs:      src
+  exposed-modules:     Data.Model,Data.Model.Class,Data.Model.Env,Data.Model.Instances,Data.Model.Pretty,Data.Model.Types,Type.ANat,Type.Analyse
+  build-depends:       base >= 4.7 && < 5, containers >= 0.5.6.2, deepseq >= 1.4, pretty >= 1.1.2.0, transformers >= 0.4 ,ListLike >= 4.2.1
+  other-extensions: DataKinds, DefaultSignatures, DeriveAnyClass, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, FlexibleContexts, FlexibleInstances, NoMonomorphismRestriction, OverloadedStrings, PolyKinds, ScopedTypeVariables, TupleSections, TypeFamilies, TypeOperators, UndecidableInstances
+  default-language:    Haskell2010
+
+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
+  build-depends:       base
+                     , ghc-prim >= 0.4.0.0
+                     , tasty >= 0.11.0.2
+                     , tasty-hunit
+                     , tasty-hunit >= 0.9.2
+                     , tasty-quickcheck
+                     , tasty-quickcheck >= 0.8.4
+                     , pretty
+                     , containers
+                     , model
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/tittoassini/model
revision 2
 name:                model
 version:             0.2
-x-revision: 1
+x-revision: 2
 synopsis:            Derive a model of a data type using Generics
 description:         See the tutorial at: https://github.com/tittoassini/model
 homepage:            http://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,Type.ANat,Type.Analyse
-  build-depends:       base >= 4.7 && < 5, containers >= 0.5.6.2, deepseq >= 1.4, pretty >= 1.1.2.0, transformers >= 0.4 ,ListLike >= 4.2.1
+  build-depends:       base >= 4.7 && < 4.11, containers >= 0.5.6.2, deepseq >= 1.4, pretty >= 1.1.2.0, transformers >= 0.4 ,ListLike >= 4.2.1
   other-extensions: DataKinds, DefaultSignatures, DeriveAnyClass, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, FlexibleContexts, FlexibleInstances, NoMonomorphismRestriction, OverloadedStrings, PolyKinds, ScopedTypeVariables, TupleSections, TypeFamilies, TypeOperators, UndecidableInstances
   default-language:    Haskell2010