Cabal revisions of diagrams-core-1.5.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: diagrams-core-Version: 1.5.1.1-Synopsis: Core libraries for diagrams EDSL-Description: The core modules underlying diagrams,- an embedded domain-specific language- for compositional, declarative drawing.-Homepage: https://diagrams.github.io-License: BSD3-License-file: LICENSE-Author: Brent Yorgey-Maintainer: diagrams-discuss@googlegroups.com-Bug-reports: https://github.com/diagrams/diagrams-core/issues-Category: Graphics-Build-type: Simple-Cabal-version: 1.18-Extra-source-files: diagrams/*.svg-extra-doc-files: diagrams/*.svg, CHANGELOG.md, README.markdown-Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1-Source-repository head- type: git- location: git://github.com/diagrams/diagrams-core.git--Library- Exposed-modules: Diagrams.Core,- Diagrams.Core.Compile,- Diagrams.Core.Envelope,- Diagrams.Core.HasOrigin,- Diagrams.Core.Juxtapose,- Diagrams.Core.Names,- Diagrams.Core.Points,- Diagrams.Core.Query- Diagrams.Core.Style,- Diagrams.Core.Measure,- Diagrams.Core.Trace,- Diagrams.Core.Transform,- Diagrams.Core.Types,- Diagrams.Core.V-- Build-depends: base >= 4.11 && < 4.20,- containers >= 0.4.2 && < 0.7,- unordered-containers >= 0.2 && < 0.3,- semigroups >= 0.8.4 && < 0.21,- monoid-extras >= 0.6 && < 0.7,- dual-tree >= 0.2 && < 0.3,- lens >= 4.0 && < 5.3,- linear >= 1.11.3 && < 1.23,- adjunctions >= 4.0 && < 5.0,- distributive >=0.2.2 && < 1.0,- profunctors >= 5.0 && < 6.0,- mtl >= 2.2 && < 2.4- hs-source-dirs: src-- Other-extensions: DeriveDataTypeable- EmptyDataDecls- ExistentialQuantification- FlexibleContexts- FlexibleInstances- GADTs- GeneralizedNewtypeDeriving- MultiParamTypeClasses- OverlappingInstances- ScopedTypeVariables- StandaloneDeriving- TupleSections- TypeFamilies- TypeOperators- TypeSynonymInstances- UndecidableInstances-- Default-language: Haskell2010+Name: diagrams-core +Version: 1.5.1.1 +x-revision: 1 +Synopsis: Core libraries for diagrams EDSL +Description: The core modules underlying diagrams, + an embedded domain-specific language + for compositional, declarative drawing. +Homepage: https://diagrams.github.io +License: BSD3 +License-file: LICENSE +Author: Brent Yorgey +Maintainer: diagrams-discuss@googlegroups.com +Bug-reports: https://github.com/diagrams/diagrams-core/issues +Category: Graphics +Build-type: Simple +Cabal-version: 1.18 +Extra-source-files: diagrams/*.svg +extra-doc-files: diagrams/*.svg, CHANGELOG.md, README.markdown +Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1 +Source-repository head + type: git + location: git://github.com/diagrams/diagrams-core.git + +Library + Exposed-modules: Diagrams.Core, + Diagrams.Core.Compile, + Diagrams.Core.Envelope, + Diagrams.Core.HasOrigin, + Diagrams.Core.Juxtapose, + Diagrams.Core.Names, + Diagrams.Core.Points, + Diagrams.Core.Query + Diagrams.Core.Style, + Diagrams.Core.Measure, + Diagrams.Core.Trace, + Diagrams.Core.Transform, + Diagrams.Core.Types, + Diagrams.Core.V + + Build-depends: base >= 4.11 && < 4.20, + containers >= 0.4.2 && < 0.7, + unordered-containers >= 0.2 && < 0.3, + semigroups >= 0.8.4 && < 0.21, + monoid-extras >= 0.6 && < 0.7, + dual-tree >= 0.2 && < 0.3, + lens >= 4.0 && < 5.3, + linear >= 1.11.3 && < 1.24, + adjunctions >= 4.0 && < 5.0, + distributive >=0.2.2 && < 1.0, + profunctors >= 5.0 && < 6.0, + mtl >= 2.2 && < 2.4 + hs-source-dirs: src + + Other-extensions: DeriveDataTypeable + EmptyDataDecls + ExistentialQuantification + FlexibleContexts + FlexibleInstances + GADTs + GeneralizedNewtypeDeriving + MultiParamTypeClasses + OverlappingInstances + ScopedTypeVariables + StandaloneDeriving + TupleSections + TypeFamilies + TypeOperators + TypeSynonymInstances + UndecidableInstances + + Default-language: Haskell2010
revision 2
Name: diagrams-core Version: 1.5.1.1 -x-revision: 1 +x-revision: 2 Synopsis: Core libraries for diagrams EDSL Description: The core modules underlying diagrams, an embedded domain-specific language Cabal-version: 1.18 Extra-source-files: diagrams/*.svg extra-doc-files: diagrams/*.svg, CHANGELOG.md, README.markdown -Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1 +Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 Source-repository head type: git location: git://github.com/diagrams/diagrams-core.git Diagrams.Core.Types, Diagrams.Core.V - Build-depends: base >= 4.11 && < 4.20, - containers >= 0.4.2 && < 0.7, + Build-depends: base >= 4.11 && < 4.21, + containers >= 0.4.2 && < 0.8, unordered-containers >= 0.2 && < 0.3, semigroups >= 0.8.4 && < 0.21, monoid-extras >= 0.6 && < 0.7, dual-tree >= 0.2 && < 0.3, - lens >= 4.0 && < 5.3, + lens >= 4.0 && < 5.4, linear >= 1.11.3 && < 1.24, adjunctions >= 4.0 && < 5.0, distributive >=0.2.2 && < 1.0,
revision 3
Name: diagrams-core Version: 1.5.1.1 -x-revision: 2 +x-revision: 3 Synopsis: Core libraries for diagrams EDSL Description: The core modules underlying diagrams, an embedded domain-specific language Cabal-version: 1.18 Extra-source-files: diagrams/*.svg extra-doc-files: diagrams/*.svg, CHANGELOG.md, README.markdown -Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 +Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1 Source-repository head type: git location: git://github.com/diagrams/diagrams-core.git Diagrams.Core.Types, Diagrams.Core.V - Build-depends: base >= 4.11 && < 4.21, + Build-depends: base >= 4.11 && < 4.22, containers >= 0.4.2 && < 0.8, unordered-containers >= 0.2 && < 0.3, semigroups >= 0.8.4 && < 0.21,
revision 4
Name: diagrams-core Version: 1.5.1.1 -x-revision: 3 +x-revision: 4 Synopsis: Core libraries for diagrams EDSL Description: The core modules underlying diagrams, an embedded domain-specific language Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1 || ==9.12.1 Source-repository head type: git - location: git://github.com/diagrams/diagrams-core.git + location: https://github.com/diagrams/diagrams-core.git Library Exposed-modules: Diagrams.Core, containers >= 0.4.2 && < 0.8, unordered-containers >= 0.2 && < 0.3, semigroups >= 0.8.4 && < 0.21, - monoid-extras >= 0.6 && < 0.7, + monoid-extras >= 0.6 && < 0.8, dual-tree >= 0.2 && < 0.3, lens >= 4.0 && < 5.4, linear >= 1.11.3 && < 1.24,