packages feed

Cabal revisions of hs-functors-0.1.6.0

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

revision 1
-name:                hs-functors-version:             0.1.6.0-synopsis:            Functors from products of Haskell and its dual to Haskell--- description:         -license:             BSD3-license-file:        LICENSE-author:              M Farkas-Dyck-maintainer:          m.farkasdyck@gmail.com--- copyright:           -category:            Math-build-type:          Simple-cabal-version:       >=1.10-tested-with:         GHC ==8.4.3-                   , GHC ==8.6.4--library-  exposed-modules:     Control.Comonad-                     , Control.Comonad.Cofree-                     , Control.Comonad.Density-                     , Control.Comonad.Trans.Class-                     , Control.Monad.Codensity-                     , Control.Monad.Free-                     , Control.Monad.Morph-                     , Control.Monad.Trans.Compose-                     , Data.Bicotraversable-                     , Data.Bifunctor.Biff-                     , Data.Bifunctor.Braided-                     , Data.Bifunctor.Tannen-                     , Data.Cotraversable-                     , Data.Fix-                     , Data.FnList-                     , Data.Functor.Contravariant-                     , Data.Functor.Join-                     , Data.Profunctor-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.9 && <5-                     , tagged >=0.8.6 && <0.9-                     , transformers >=0.5.3 && <0.6-  -- hs-source-dirs:      -  default-language:    Haskell2010-  default-extensions:  LambdaCase-                     , UnicodeSyntax-                     , TypeOperators-                     , PolyKinds-                     , RankNTypes-                     , FlexibleContexts, FlexibleInstances-                     , StandaloneDeriving-                     , GeneralizedNewtypeDeriving-                     , DeriveFunctor, DeriveFoldable, DeriveTraversable-  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing-                       -Wincomplete-record-updates -Wincomplete-uni-patterns-                       -Werror=incomplete-patterns-                       -Werror=incomplete-uni-patterns-                       -Werror=incomplete-record-updates-                       -Werror=missing-fields-                       -Werror=missing-methods+name:                hs-functors
+version:             0.1.6.0
+x-revision: 1
+synopsis:            Functors from products of Haskell and its dual to Haskell
+-- description:         
+license:             BSD3
+license-file:        LICENSE
+author:              M Farkas-Dyck
+maintainer:          m.farkasdyck@gmail.com
+-- copyright:           
+category:            Math
+build-type:          Simple
+cabal-version:       >=1.10
+tested-with:         GHC ==8.4.3
+                   , GHC ==8.6.4
+
+library
+  exposed-modules:     Control.Comonad
+                     , Control.Comonad.Cofree
+                     , Control.Comonad.Density
+                     , Control.Comonad.Trans.Class
+                     , Control.Monad.Codensity
+                     , Control.Monad.Free
+                     , Control.Monad.Morph
+                     , Control.Monad.Trans.Compose
+                     , Data.Bicotraversable
+                     , Data.Bifunctor.Biff
+                     , Data.Bifunctor.Braided
+                     , Data.Bifunctor.Tannen
+                     , Data.Cotraversable
+                     , Data.Fix
+                     , Data.FnList
+                     , Data.Functor.Contravariant
+                     , Data.Functor.Join
+                     , Data.Profunctor
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.9 && <5
+                     , tagged >=0.8.6 && <0.9
+                     , transformers >=0.5.3 && <0.6
+  -- hs-source-dirs:      
+  default-language:    Haskell2010
+  default-extensions:  LambdaCase
+                     , UnicodeSyntax
+                     , TypeOperators
+                     , PolyKinds
+                     , RankNTypes
+                     , FlexibleContexts, FlexibleInstances
+                     , StandaloneDeriving
+                     , GeneralizedNewtypeDeriving
+                     , DeriveFunctor, DeriveFoldable, DeriveTraversable
+  ghc-options:         -Wall -Wcompat -Wredundant-constraints -Wno-name-shadowing
+                       -Wincomplete-record-updates -Wincomplete-uni-patterns
+                       -Werror=incomplete-patterns
+                       -Werror=incomplete-uni-patterns
+                       -Werror=incomplete-record-updates
+                       -Werror=missing-fields
+                       -Werror=missing-methods
+
+source-repository head
+  type:     git
+  location: https://github.com/strake/hs-functors.hs