packages feed

Cabal revisions of numbered-semigroups-0.1.0.0

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

revision 1
--- Initial numbered-semigroups.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                numbered-semigroups-version:             0.1.0.0-synopsis:            A sequence of semigroups, for composing stuff in multiple spatial directions.-description:         Some types are composable in multiple “directions”, either in-                     a literal sense (<http://hackage.haskell.org/package/diagrams diagrams>-                     can be stacked vertically, as well as layed out side-by-side)-                     or in an abstraction (matrices etc.). This package offers a whole-                     sequence of semigroup-classes, numbered by type-literals, as-                     a unified interface for composition of such types. It also has-                     a bunch of standardised operators for writing out the compositions-                     in a snug way.-homepage:            https://github.com/leftaroundabout/numbered-semigroups-license:             LGPL-3-license-file:        LICENSE-author:              Justus Sagemüller-maintainer:          (@) jsagemue $ uni-koeln.de--- copyright:           -category:            Data-build-type:          Simple-extra-source-files:  ChangeLog.md-cabal-version:       >=1.10--library-  exposed-modules:     Data.Semigroup.Numbered-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.8 && <4.11-                       , semigroups-                       , call-stack-  -- hs-source-dirs:      -  default-language:    Haskell2010+-- Initial numbered-semigroups.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                numbered-semigroups
+version:             0.1.0.0
+x-revision: 1
+synopsis:            A sequence of semigroups, for composing stuff in multiple spatial directions.
+description:         Some types are composable in multiple “directions”, either in
+                     a literal sense (<http://hackage.haskell.org/package/diagrams diagrams>
+                     can be stacked vertically, as well as layed out side-by-side)
+                     or in an abstraction (matrices etc.). This package offers a whole
+                     sequence of semigroup-classes, numbered by type-literals, as
+                     a unified interface for composition of such types. It also has
+                     a bunch of standardised operators for writing out the compositions
+                     in a snug way.
+homepage:            https://github.com/leftaroundabout/numbered-semigroups
+license:             LGPL-3
+license-file:        LICENSE
+author:              Justus Sagemüller
+maintainer:          (@) jsagemue $ uni-koeln.de
+-- copyright:           
+category:            Data
+build-type:          Simple
+extra-source-files:  ChangeLog.md
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Data.Semigroup.Numbered
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.8 && <4.14
+                       , semigroups
+                       , call-stack
+  -- hs-source-dirs:      
+  default-language:    Haskell2010
revision 2
 
 name:                numbered-semigroups
 version:             0.1.0.0
-x-revision: 1
+x-revision: 2
 synopsis:            A sequence of semigroups, for composing stuff in multiple spatial directions.
 description:         Some types are composable in multiple “directions”, either in
                      a literal sense (<http://hackage.haskell.org/package/diagrams diagrams>
 license:             LGPL-3
 license-file:        LICENSE
 author:              Justus Sagemüller
-maintainer:          (@) jsagemue $ uni-koeln.de
+maintainer:          (@) jsag $ hvl.no
 -- copyright:           
 category:            Data
 build-type:          Simple
revision 3
 
 name:                numbered-semigroups
 version:             0.1.0.0
-x-revision: 2
+x-revision: 3
 synopsis:            A sequence of semigroups, for composing stuff in multiple spatial directions.
 description:         Some types are composable in multiple “directions”, either in
                      a literal sense (<http://hackage.haskell.org/package/diagrams diagrams>
   exposed-modules:     Data.Semigroup.Numbered
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.14
+  build-depends:       base >=4.8 && <4.17
                        , semigroups
                        , call-stack
   -- hs-source-dirs: