circle-packing 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+3/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- circle-packing.cabal +3/−2
circle-packing.cabal view
@@ -1,5 +1,5 @@ name: circle-packing-version: 0.1.0.3+version: 0.1.0.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@@ -36,7 +36,8 @@ library exposed-modules: Optimisation.CirclePacking build-depends: base == 4.2.* || == 4.3.* || == 4.4.* ||- == 4.5.* || == 4.6.* || == 4.7.*+ == 4.5.* || == 4.6.* || == 4.7.* ||+ == 4.8.* ghc-options: -Wall source-repository head