packages feed

Cabal revisions of variation-0.1.0.0

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

revision 1
-name:                variation-version:             0.1.0.0-synopsis: nominal value with possible variations-description:-  this package provides a Variation data type: a (mandatory) nominal value with-  possible associated variations on that nominal value.-license:             BSD3-license-file:        LICENSE-author:              Chris Pollard-maintainer:          cspollard@gmail.com--- copyright:-category:            Data-build-type:          Simple-cabal-version:       >=1.10--Tested-With:  GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3-            , GHC == 8.0.1, GHC == 8.0.2--source-repository head-  type:     git-  location: http://github.com/cspollard/variation---library-  exposed-modules:     Data.Variation-                     , Data.Monoid1-                     , Data.Variation.Instances-  -- other-modules:-  -- other-extensions:-  build-depends:       base >= 4.8 && < 5.0-                     , cereal >= 0.5 && < 0.6-                     , deepseq >= 1.4 && < 1.5-                     , containers >= 0.5 && < 0.6-                     , semigroupoids >= 5.0 && < 6.0-                     , transformers >= 0.5 && < 0.6-                     , semigroups >= 0.18 && < 0.19-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall-  -- ghc-prof-options:    -Wall -caf-all+name:                variation
+version:             0.1.0.0
+x-revision: 1
+synopsis: nominal value with possible variations
+description:
+  this package provides a Variation data type: a (mandatory) nominal value with
+  possible associated variations on that nominal value.
+license:             BSD3
+license-file:        LICENSE
+author:              Chris Pollard
+maintainer:          cspollard@gmail.com
+-- copyright:
+category:            Data
+build-type:          Simple
+cabal-version:       >=1.10
+
+Tested-With:  GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
+            , GHC == 8.0.1, GHC == 8.0.2
+
+source-repository head
+  type:     git
+  location: http://github.com/cspollard/variation
+
+
+library
+  exposed-modules:     Data.Variation
+                     , Data.Monoid1
+                     , Data.Variation.Instances
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >= 4.8 && < 5.0
+                     , cereal >= 0.5 && < 0.6
+                     , deepseq >= 1.4 && < 1.5
+                     , containers >= 0.5 && < 0.5.9
+                     , semigroupoids >= 5.0 && < 6.0
+                     , transformers >= 0.5 && < 0.6
+                     , semigroups >= 0.18 && < 0.19
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+  -- ghc-prof-options:    -Wall -caf-all