packages feed

Cabal revisions of circle-packing-0.1.0.6

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

revision 1
-name:                circle-packing-version:             0.1.0.6-synopsis:            Simple heuristic for packing discs of varying radii in a circle-description:         Given a number of circles with their radii, this packags-                     tries to arrange them tightly, without overlap and forming a-                     large circle.-                     .-                     Finding the optimal solution is NP hard, so only-                     heuristics are feasible. This particular-                     implementation is neither very good nor very fast,-                     compared to the state of the art in research. Nevertheless-                     it is simple to use and gives visually acceptable results.-                     .-                     You can explore the algorithm live at-                     <http://darcs.nomeata.de/circle-packing/ghcjs/ghcjs-demo.html>.-                     .-                     Contributions of better algorithms are welcome.-license:             BSD3-license-file:        LICENSE-author:              Joachim Breitner <mail@joachim-breitner.de>-maintainer:          Joachim Breitner <mail@joachim-breitner.de>-copyright:           2012, Joachim Breitner-category:            Optimisation-build-type:          Simple-cabal-version:       >=1.8-extra-source-files:-                     benchmark.hs-                     diagrams-demo.hs-                     fay/Makefile-                     fay/fay-demo.html-                     fay/fay-demo.hs-                     fay/fay-demo.js-                     haste/Canvas.hs-                     haste/haste-demo.hs-                     haste/haste-demo.js-                     haste/haste-demo.html-                     haste/helpers.js-                     ghcjs/ghcjs-demo.jsexe/out.js-                     ghcjs/ghcjs-demo.jsexe/rts.js-                     ghcjs/ghcjs-demo.jsexe/lib.js-                     ghcjs/ghcjs-demo.hs-                     ghcjs/ghcjs-demo.html---library-  exposed-modules:   Optimisation.CirclePacking-  build-depends:     base >= 4.2 && < 4.11-  ghc-options:       -Wall--source-repository head-    type:     darcs-    location: http://darcs.nomeata.de/circle-packing+name:                circle-packing
+version:             0.1.0.6
+x-revision: 1
+synopsis:            Simple heuristic for packing discs of varying radii in a circle
+description:         Given a number of circles with their radii, this packags
+                     tries to arrange them tightly, without overlap and forming a
+                     large circle.
+                     .
+                     Finding the optimal solution is NP hard, so only
+                     heuristics are feasible. This particular
+                     implementation is neither very good nor very fast,
+                     compared to the state of the art in research. Nevertheless
+                     it is simple to use and gives visually acceptable results.
+                     .
+                     You can explore the algorithm live at
+                     <http://darcs.nomeata.de/circle-packing/ghcjs/ghcjs-demo.html>.
+                     .
+                     Contributions of better algorithms are welcome.
+license:             BSD3
+license-file:        LICENSE
+author:              Joachim Breitner <mail@joachim-breitner.de>
+maintainer:          Joachim Breitner <mail@joachim-breitner.de>
+copyright:           2012, Joachim Breitner
+category:            Optimisation
+build-type:          Simple
+cabal-version:       >=1.8
+extra-source-files:
+                     benchmark.hs
+                     diagrams-demo.hs
+                     fay/Makefile
+                     fay/fay-demo.html
+                     fay/fay-demo.hs
+                     fay/fay-demo.js
+                     haste/Canvas.hs
+                     haste/haste-demo.hs
+                     haste/haste-demo.js
+                     haste/haste-demo.html
+                     haste/helpers.js
+                     ghcjs/ghcjs-demo.jsexe/out.js
+                     ghcjs/ghcjs-demo.jsexe/rts.js
+                     ghcjs/ghcjs-demo.jsexe/lib.js
+                     ghcjs/ghcjs-demo.hs
+                     ghcjs/ghcjs-demo.html
+
+
+library
+  exposed-modules:   Optimisation.CirclePacking
+  build-depends:     base >= 4.2 && < 4.12
+  ghc-options:       -Wall
+
+source-repository head
+    type:     darcs
+    location: http://darcs.nomeata.de/circle-packing
revision 2
 name:                circle-packing
 version:             0.1.0.6
-x-revision: 1
+x-revision: 2
 synopsis:            Simple heuristic for packing discs of varying radii in a circle
 description:         Given a number of circles with their radii, this packags
                      tries to arrange them tightly, without overlap and forming a
 
 library
   exposed-modules:   Optimisation.CirclePacking
-  build-depends:     base >= 4.2 && < 4.12
+  build-depends:     base >= 4.2 && < 4.13
   ghc-options:       -Wall
 
 source-repository head
revision 3
 name:                circle-packing
 version:             0.1.0.6
-x-revision: 2
+x-revision: 3
 synopsis:            Simple heuristic for packing discs of varying radii in a circle
 description:         Given a number of circles with their radii, this packags
                      tries to arrange them tightly, without overlap and forming a
 
 library
   exposed-modules:   Optimisation.CirclePacking
-  build-depends:     base >= 4.2 && < 4.13
+  build-depends:     base >= 4.2 && < 4.14
   ghc-options:       -Wall
 
 source-repository head
revision 4
 name:                circle-packing
 version:             0.1.0.6
-x-revision: 3
+x-revision: 4
 synopsis:            Simple heuristic for packing discs of varying radii in a circle
 description:         Given a number of circles with their radii, this packags
                      tries to arrange them tightly, without overlap and forming a
 
 library
   exposed-modules:   Optimisation.CirclePacking
-  build-depends:     base >= 4.2 && < 4.14
+  build-depends:     base >= 4.2 && < 5
   ghc-options:       -Wall
 
 source-repository head