packages feed

Cabal revisions of basic-sop-0.2.0.2

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

revision 1
-name:                basic-sop-version:             0.2.0.2-synopsis:            Basic examples and functions for generics-sop-description:-  This library contains various small examples of generic functions-  written using the @<https://hackage.haskell.org/package/generics-sop generics-sop>@-  library.-  .-  It is a good starting point if you want to see how generic functions-  can be defined in the SOP style.-  .-license:             BSD3-license-file:        LICENSE-author:              Edsko de Vries <edsko@well-typed.com>, Andres Löh <andres@well-typed.com>-maintainer:          andres@well-typed.com-category:            Generics-build-type:          Simple-cabal-version:       >=1.10-tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.*--source-repository head-  type:                git-  location:            https://github.com/well-typed/basic-sop--library-  exposed-modules:     Generics.SOP.Eq-                       Generics.SOP.Arbitrary-                       Generics.SOP.Show-                       Generics.SOP.Skeleton-                       Generics.SOP.NFData-  build-depends:       base                 >= 4.6  && < 5,-                       generics-sop         >= 0.2  && < 0.4,-                       text                 >= 1.1  && < 1.3,-                       QuickCheck           >= 2.7  && < 2.10,-                       deepseq              >= 1.3  && < 1.5-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall-  default-extensions:  CPP-                       ScopedTypeVariables-                       TypeFamilies-                       RankNTypes-                       TypeOperators-                       GADTs-                       ConstraintKinds-                       MultiParamTypeClasses-                       TypeSynonymInstances-                       FlexibleInstances-                       FlexibleContexts-                       DeriveFunctor-                       DeriveFoldable-                       DeriveTraversable-                       DefaultSignatures-                       KindSignatures-                       DataKinds-                       FunctionalDependencies-  if impl (ghc >= 7.8)-    default-extensions:  AutoDeriveTypeable+name:                basic-sop
+version:             0.2.0.2
+x-revision: 1
+synopsis:            Basic examples and functions for generics-sop
+description:
+  This library contains various small examples of generic functions
+  written using the @<https://hackage.haskell.org/package/generics-sop generics-sop>@
+  library.
+  .
+  It is a good starting point if you want to see how generic functions
+  can be defined in the SOP style.
+  .
+license:             BSD3
+license-file:        LICENSE
+author:              Edsko de Vries <edsko@well-typed.com>, Andres Löh <andres@well-typed.com>
+maintainer:          andres@well-typed.com
+category:            Generics
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.1.*
+
+source-repository head
+  type:                git
+  location:            https://github.com/well-typed/basic-sop
+
+library
+  exposed-modules:     Generics.SOP.Eq
+                       Generics.SOP.Arbitrary
+                       Generics.SOP.Show
+                       Generics.SOP.Skeleton
+                       Generics.SOP.NFData
+  build-depends:       base                 >= 4.6  && < 5,
+                       generics-sop         >= 0.2  && < 0.5,
+                       text                 >= 1.1  && < 1.3,
+                       QuickCheck           >= 2.7  && < 2.13,
+                       deepseq              >= 1.3  && < 1.5
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall
+  default-extensions:  CPP
+                       ScopedTypeVariables
+                       TypeFamilies
+                       RankNTypes
+                       TypeOperators
+                       GADTs
+                       ConstraintKinds
+                       MultiParamTypeClasses
+                       TypeSynonymInstances
+                       FlexibleInstances
+                       FlexibleContexts
+                       DeriveFunctor
+                       DeriveFoldable
+                       DeriveTraversable
+                       DefaultSignatures
+                       KindSignatures
+                       DataKinds
+                       FunctionalDependencies
+  if impl (ghc >= 7.8)
+    default-extensions:  AutoDeriveTypeable