packages feed

Cabal revisions of diagrams-contrib-1.4.4

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

revision 1
-name:                diagrams-contrib-version:             1.4.4-synopsis:            Collection of user contributions to diagrams EDSL-description:         A collection of user contributions for diagrams,-                     an embedded domain-specific language for generation-                     of vector graphics.-homepage:            http://projects.haskell.org/diagrams/-license:             BSD3-license-file:        LICENSE-author:              Various-maintainer:          Various; see individual modules-Bug-reports:         http://github.com/diagrams/diagrams-contrib/issues-category:            Graphics-build-type:          Simple-cabal-version:       1.18-extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg, CONTRIBUTORS-extra-doc-files:     diagrams/*.svg-tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.3 || ==8.6.5 || ==8.8.1-Source-repository head-  type:     git-  location: http://github.com/diagrams/diagrams-contrib.git--library-  ghc-options:         -Wall-  exposed-modules:     Diagrams.Anchors,-                       Diagrams.Color.HSV,-                       Diagrams.Color.XKCD,-                       Diagrams.Example.Logo,-                       Diagrams.Layout.Wrap,-                       Diagrams.Lens,-                       Diagrams.TwoD.Apollonian,-                       Diagrams.TwoD.Factorization,-                       Diagrams.TwoD.Grid,-                       Diagrams.TwoD.Tilings,-                       Diagrams.TwoD.Sunburst,-                       Diagrams.TwoD.Layout.Constrained,-                       Diagrams.TwoD.Layout.Grid,-                       Diagrams.TwoD.Layout.Tree,-                       Diagrams.TwoD.Layout.CirclePacking,-                       Diagrams.TwoD.Path.Boolean,-                       Diagrams.TwoD.Path.Calligraphic,-                       Diagrams.TwoD.Path.Follow,-                       Diagrams.TwoD.Path.IntersectionExtras-                       Diagrams.TwoD.Path.IteratedSubset,-                       Diagrams.TwoD.Path.LSystem,-                       Diagrams.TwoD.Path.Turtle,-                       Diagrams.TwoD.Path.Turtle.Aliases,-                       Diagrams.TwoD.Path.Turtle.Internal-                       Diagrams.TwoD.Path.Metafont-                       Diagrams.TwoD.Path.Metafont.Types-                       Diagrams.TwoD.Path.Metafont.Internal-                       Diagrams.TwoD.Path.Metafont.Combinators-                       Diagrams.TwoD.Path.Metafont.Parser-  build-depends:       base >= 4.8 && < 4.14,-                       mtl >= 2.0 && < 2.3,-                       mtl-compat >= 0.2.1 && < 0.3,-                       containers > 0.4 && < 0.7,-                       split >= 0.2.1 && < 0.3,-                       colour >= 2.3.1 && < 2.4,-                       split >= 0.2.1 && < 0.3,-                       monoid-extras >= 0.4.2 && < 0.6,-                       diagrams-core >= 1.4 && < 1.5,-                       diagrams-lib >= 1.4 && < 1.5,-                       diagrams-solve >= 0.1 && < 0.2,-                       lens >= 4.0 && < 4.19,-                       linear >= 1.11.3 && < 1.21,-                       force-layout >= 0.4 && < 0.5,-                       data-default >= 0.5.2 && < 0.8,-                       MonadRandom >= 0.1.8 && < 0.6,-                       random >= 1.0 && < 1.2,-                       circle-packing >= 0.1 && < 0.2,-                       parsec >= 3.1 && < 3.2,-                       text >= 0.11 && < 1.3,-                       data-default-class < 0.2,-                       semigroups >= 0.3.4 && < 0.20,-                       cubicbezier >= 0.6 && < 0.7,-                       hashable >= 0.1.2 && < 1.4,-                       mfsolve >= 0.3 && < 0.4-  hs-source-dirs:      src-  default-language:    Haskell2010--test-suite turtle-tests-  type:                exitcode-stdio-1.0-  hs-source-dirs:      src tests-  Main-is:             TestSuite.hs-  ghc-options:         -Wall--  other-modules:       Diagrams.TwoD.Path.Turtle.Tests-                       Diagrams.TwoD.Path.Turtle.Internal--  build-depends:       HUnit                      >= 1.2 && < 1.7,-                       QuickCheck                 >= 2.4 && < 2.14,-                       containers                 >= 0.3 && < 0.7,-                       test-framework             >= 0.4 && < 0.9,-                       test-framework-hunit       >= 0.2 && < 0.4,-                       test-framework-quickcheck2 >= 0.2 && < 0.4,--                       base,-                       diagrams-lib >= 1.4 && < 1.5--  default-language:    Haskell2010+name:                diagrams-contrib
+version:             1.4.4
+x-revision: 1
+synopsis:            Collection of user contributions to diagrams EDSL
+description:         A collection of user contributions for diagrams,
+                     an embedded domain-specific language for generation
+                     of vector graphics.
+homepage:            http://projects.haskell.org/diagrams/
+license:             BSD3
+license-file:        LICENSE
+author:              Various
+maintainer:          Various; see individual modules
+Bug-reports:         http://github.com/diagrams/diagrams-contrib/issues
+category:            Graphics
+build-type:          Simple
+cabal-version:       1.18
+extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg, CONTRIBUTORS
+extra-doc-files:     diagrams/*.svg
+tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.3 || ==8.6.5 || ==8.8.1
+Source-repository head
+  type:     git
+  location: http://github.com/diagrams/diagrams-contrib.git
+
+library
+  ghc-options:         -Wall
+  exposed-modules:     Diagrams.Anchors,
+                       Diagrams.Color.HSV,
+                       Diagrams.Color.XKCD,
+                       Diagrams.Example.Logo,
+                       Diagrams.Layout.Wrap,
+                       Diagrams.Lens,
+                       Diagrams.TwoD.Apollonian,
+                       Diagrams.TwoD.Factorization,
+                       Diagrams.TwoD.Grid,
+                       Diagrams.TwoD.Tilings,
+                       Diagrams.TwoD.Sunburst,
+                       Diagrams.TwoD.Layout.Constrained,
+                       Diagrams.TwoD.Layout.Grid,
+                       Diagrams.TwoD.Layout.Tree,
+                       Diagrams.TwoD.Layout.CirclePacking,
+                       Diagrams.TwoD.Path.Boolean,
+                       Diagrams.TwoD.Path.Calligraphic,
+                       Diagrams.TwoD.Path.Follow,
+                       Diagrams.TwoD.Path.IntersectionExtras
+                       Diagrams.TwoD.Path.IteratedSubset,
+                       Diagrams.TwoD.Path.LSystem,
+                       Diagrams.TwoD.Path.Turtle,
+                       Diagrams.TwoD.Path.Turtle.Aliases,
+                       Diagrams.TwoD.Path.Turtle.Internal
+                       Diagrams.TwoD.Path.Metafont
+                       Diagrams.TwoD.Path.Metafont.Types
+                       Diagrams.TwoD.Path.Metafont.Internal
+                       Diagrams.TwoD.Path.Metafont.Combinators
+                       Diagrams.TwoD.Path.Metafont.Parser
+  build-depends:       base >= 4.8 && < 4.14,
+                       mtl >= 2.0 && < 2.3,
+                       mtl-compat >= 0.2.1 && < 0.3,
+                       containers > 0.4 && < 0.7,
+                       split >= 0.2.1 && < 0.3,
+                       colour >= 2.3.1 && < 2.4,
+                       split >= 0.2.1 && < 0.3,
+                       monoid-extras >= 0.4.2 && < 0.6,
+                       diagrams-core >= 1.4 && < 1.5,
+                       diagrams-lib >= 1.4 && < 1.5,
+                       diagrams-solve >= 0.1 && < 0.2,
+                       lens >= 4.0 && < 4.20,
+                       linear >= 1.11.3 && < 1.22,
+                       force-layout >= 0.4 && < 0.5,
+                       data-default >= 0.5.2 && < 0.8,
+                       MonadRandom >= 0.1.8 && < 0.6,
+                       random >= 1.0 && < 1.2,
+                       circle-packing >= 0.1 && < 0.2,
+                       parsec >= 3.1 && < 3.2,
+                       text >= 0.11 && < 1.3,
+                       data-default-class < 0.2,
+                       semigroups >= 0.3.4 && < 0.20,
+                       cubicbezier >= 0.6 && < 0.7,
+                       hashable >= 0.1.2 && < 1.4,
+                       mfsolve >= 0.3 && < 0.4
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+test-suite turtle-tests
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      src tests
+  Main-is:             TestSuite.hs
+  ghc-options:         -Wall
+
+  other-modules:       Diagrams.TwoD.Path.Turtle.Tests
+                       Diagrams.TwoD.Path.Turtle.Internal
+
+  build-depends:       HUnit                      >= 1.2 && < 1.7,
+                       QuickCheck                 >= 2.4 && < 2.14,
+                       containers                 >= 0.3 && < 0.7,
+                       test-framework             >= 0.4 && < 0.9,
+                       test-framework-hunit       >= 0.2 && < 0.4,
+                       test-framework-quickcheck2 >= 0.2 && < 0.4,
+
+                       base,
+                       diagrams-lib >= 1.4 && < 1.5
+
+  default-language:    Haskell2010
revision 2
 name:                diagrams-contrib
 version:             1.4.4
-x-revision: 1
+x-revision: 2
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
 cabal-version:       1.18
 extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg, CONTRIBUTORS
 extra-doc-files:     diagrams/*.svg
-tested-with:         GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.3 || ==8.6.5 || ==8.8.1
+tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1
 Source-repository head
   type:     git
   location: http://github.com/diagrams/diagrams-contrib.git
                        Diagrams.TwoD.Path.Metafont.Internal
                        Diagrams.TwoD.Path.Metafont.Combinators
                        Diagrams.TwoD.Path.Metafont.Parser
-  build-depends:       base >= 4.8 && < 4.14,
+  build-depends:       base >= 4.8 && < 4.16,
                        mtl >= 2.0 && < 2.3,
                        mtl-compat >= 0.2.1 && < 0.3,
                        containers > 0.4 && < 0.7,
                        split >= 0.2.1 && < 0.3,
                        colour >= 2.3.1 && < 2.4,
                        split >= 0.2.1 && < 0.3,
-                       monoid-extras >= 0.4.2 && < 0.6,
-                       diagrams-core >= 1.4 && < 1.5,
+                       monoid-extras >= 0.4.2 && < 0.7,
+                       diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5,
                        diagrams-solve >= 0.1 && < 0.2,
-                       lens >= 4.0 && < 4.20,
+                       lens >= 4.0 && < 5.1,
                        linear >= 1.11.3 && < 1.22,
                        force-layout >= 0.4 && < 0.5,
                        data-default >= 0.5.2 && < 0.8,
                        MonadRandom >= 0.1.8 && < 0.6,
-                       random >= 1.0 && < 1.2,
+                       random >= 1.0 && < 1.3,
                        circle-packing >= 0.1 && < 0.2,
                        parsec >= 3.1 && < 3.2,
                        text >= 0.11 && < 1.3,
                        Diagrams.TwoD.Path.Turtle.Internal
 
   build-depends:       HUnit                      >= 1.2 && < 1.7,
-                       QuickCheck                 >= 2.4 && < 2.14,
+                       QuickCheck                 >= 2.4 && < 2.15,
                        containers                 >= 0.3 && < 0.7,
                        test-framework             >= 0.4 && < 0.9,
                        test-framework-hunit       >= 0.2 && < 0.4,
revision 3
 name:                diagrams-contrib
 version:             1.4.4
-x-revision: 2
+x-revision: 3
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
                      of vector graphics.
-homepage:            http://projects.haskell.org/diagrams/
+homepage:            https://diagrams.github.io/
 license:             BSD3
 license-file:        LICENSE
 author:              Various
revision 4
 name:                diagrams-contrib
 version:             1.4.4
-x-revision: 3
+x-revision: 4
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
 cabal-version:       1.18
 extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg, CONTRIBUTORS
 extra-doc-files:     diagrams/*.svg
-tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1
+tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1
 Source-repository head
   type:     git
   location: http://github.com/diagrams/diagrams-contrib.git
                        Diagrams.TwoD.Path.Metafont.Internal
                        Diagrams.TwoD.Path.Metafont.Combinators
                        Diagrams.TwoD.Path.Metafont.Parser
-  build-depends:       base >= 4.8 && < 4.16,
+  build-depends:       base >= 4.8 && < 4.17,
                        mtl >= 2.0 && < 2.3,
                        mtl-compat >= 0.2.1 && < 0.3,
                        containers > 0.4 && < 0.7,
                        diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5,
                        diagrams-solve >= 0.1 && < 0.2,
-                       lens >= 4.0 && < 5.1,
+                       lens >= 4.0 && < 5.2,
                        linear >= 1.11.3 && < 1.22,
                        force-layout >= 0.4 && < 0.5,
                        data-default >= 0.5.2 && < 0.8,
                        parsec >= 3.1 && < 3.2,
                        text >= 0.11 && < 1.3,
                        data-default-class < 0.2,
-                       semigroups >= 0.3.4 && < 0.20,
+                       semigroups >= 0.3.4 && < 0.21,
                        cubicbezier >= 0.6 && < 0.7,
-                       hashable >= 0.1.2 && < 1.4,
+                       hashable >= 0.1.2 && < 1.5,
                        mfsolve >= 0.3 && < 0.4
   hs-source-dirs:      src
   default-language:    Haskell2010
revision 5
 name:                diagrams-contrib
 version:             1.4.4
-x-revision: 4
+x-revision: 5
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
                        random >= 1.0 && < 1.3,
                        circle-packing >= 0.1 && < 0.2,
                        parsec >= 3.1 && < 3.2,
-                       text >= 0.11 && < 1.3,
+                       text >= 0.11 && < 2.1,
                        data-default-class < 0.2,
                        semigroups >= 0.3.4 && < 0.21,
                        cubicbezier >= 0.6 && < 0.7,
revision 6
 name:                diagrams-contrib
 version:             1.4.4
-x-revision: 5
+x-revision: 6
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
 cabal-version:       1.18
 extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg, CONTRIBUTORS
 extra-doc-files:     diagrams/*.svg
-tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1 || ==9.2.1
+tested-with:         GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
 Source-repository head
   type:     git
   location: http://github.com/diagrams/diagrams-contrib.git
                        Diagrams.TwoD.Path.Metafont.Internal
                        Diagrams.TwoD.Path.Metafont.Combinators
                        Diagrams.TwoD.Path.Metafont.Parser
-  build-depends:       base >= 4.8 && < 4.17,
+  build-depends:       base >= 4.8 && < 4.18,
                        mtl >= 2.0 && < 2.3,
                        mtl-compat >= 0.2.1 && < 0.3,
                        containers > 0.4 && < 0.7,
                        diagrams-core >= 1.4 && < 1.6,
                        diagrams-lib >= 1.4 && < 1.5,
                        diagrams-solve >= 0.1 && < 0.2,
-                       lens >= 4.0 && < 5.2,
+                       lens >= 4.0 && < 5.3,
                        linear >= 1.11.3 && < 1.22,
                        force-layout >= 0.4 && < 0.5,
                        data-default >= 0.5.2 && < 0.8,
revision 7
 name:                diagrams-contrib
 version:             1.4.4
-x-revision: 6
+x-revision: 7
 synopsis:            Collection of user contributions to diagrams EDSL
 description:         A collection of user contributions for diagrams,
                      an embedded domain-specific language for generation
                        linear >= 1.11.3 && < 1.22,
                        force-layout >= 0.4 && < 0.5,
                        data-default >= 0.5.2 && < 0.8,
-                       MonadRandom >= 0.1.8 && < 0.6,
+                       MonadRandom >= 0.1.8 && < 0.7,
                        random >= 1.0 && < 1.3,
                        circle-packing >= 0.1 && < 0.2,
                        parsec >= 3.1 && < 3.2,