Cabal revisions of diagrams-boolean-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: diagrams-boolean-Version: 0.1.0-Synopsis: boolean operations on Diagrams paths-Category: Graphics-Copyright: Kristof Bastiaensen (2015)-Stability: Unstable-License: BSD3-License-file: LICENSE-Author: Kristof Bastiaensen-Maintainer: Kristof Bastiaensen-Bug-Reports: https://github.com/kuribas/diagrams-boolean/issues-Build-type: Simple-Cabal-version: >=1.8-Description: set operations (union, intersection, difference and exclusion) on paths in Diagrams.-extra-doc-files: samples/union.svg, samples/difference.svg, samples/exclusion.svg, samples/intersection.svg- -source-repository head- type: git- location: https://github.com/kuribas/diagrams-boolean--Library- Ghc-options: -Wall- Build-depends: base >= 3 && < 5, diagrams-lib >= 1.3, cubicbezier >= 0.4.0- Exposed-Modules:- Diagrams.TwoD.Boolean+Name: diagrams-boolean +Version: 0.1.0 +x-revision: 1 +Synopsis: /deprecated/, part of diagrams-contrib since 1.4 +Category: Graphics +Copyright: Kristof Bastiaensen (2015) +Stability: Unstable +License: BSD3 +License-file: LICENSE +Author: Kristof Bastiaensen +Maintainer: Kristof Bastiaensen +Bug-Reports: https://github.com/kuribas/diagrams-boolean/issues +Build-type: Simple +Cabal-version: >=1.8 +Description: set operations (union, intersection, difference and exclusion) on paths in Diagrams. +extra-doc-files: samples/union.svg, samples/difference.svg, samples/exclusion.svg, samples/intersection.svg + +source-repository head + type: git + location: https://github.com/kuribas/diagrams-boolean + +Library + Ghc-options: -Wall + Build-depends: base >= 3 && < 5, diagrams-lib >= 1.3, cubicbezier >= 0.4.0 + Exposed-Modules: + Diagrams.TwoD.Boolean
revision 2
Name: diagrams-boolean Version: 0.1.0 -x-revision: 1 -Synopsis: /deprecated/, part of diagrams-contrib since 1.4 +x-revision: 2 +Synopsis: deprecated, part of diagrams-contrib since 1.4 Category: Graphics Copyright: Kristof Bastiaensen (2015) Stability: Unstable Bug-Reports: https://github.com/kuribas/diagrams-boolean/issues Build-type: Simple Cabal-version: >=1.8 -Description: set operations (union, intersection, difference and exclusion) on paths in Diagrams. +Description: Deprecated. Use diagrams-contrib >= 1.4. set operations (union, intersection, difference and exclusion) on paths in Diagrams. extra-doc-files: samples/union.svg, samples/difference.svg, samples/exclusion.svg, samples/intersection.svg source-repository head
revision 3
Name: diagrams-boolean Version: 0.1.0 -x-revision: 2 +x-revision: 3 Synopsis: deprecated, part of diagrams-contrib since 1.4 Category: Graphics Copyright: Kristof Bastiaensen (2015) Library Ghc-options: -Wall - Build-depends: base >= 3 && < 5, diagrams-lib >= 1.3, cubicbezier >= 0.4.0 + Build-depends: base >= 3 && < 5, diagrams-lib == 1.3.*, cubicbezier >= 0.4.0 Exposed-Modules: Diagrams.TwoD.Boolean