FractalArt 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+9/−13 lines, 1 filesdep ~JuicyPixelsdep ~basedep ~directory
Dependency ranges changed: JuicyPixels, base, directory, filepath, mwc-random, primitive, random, vector
Files
- FractalArt.cabal +9/−13
FractalArt.cabal view
@@ -1,5 +1,5 @@ name: FractalArt-version: 0.2.0.0+version: 0.2.0.1 synopsis: Generates colorful wallpapers description: This application generates colorful images as a wallpaper@@ -23,18 +23,14 @@ other-extensions: ForeignFunctionInterface if !os(darwin) c-sources: cbits/wallpaper.c- build-depends: base >=4.7 && <4.9- , random >=1.0 && <1.2- , mwc-random >=0.13 && <0.14- , directory >=1.2 && <1.3- , filepath >=1.3 && <1.5- , primitive >=0.5 && <0.6- , vector >=0.10 && <0.11- , JuicyPixels >=3.2 && <3.3+ build-depends: base > 4 && < 5+ , random+ , mwc-random+ , directory+ , filepath+ , primitive+ , vector+ , JuicyPixels hs-source-dirs: src default-language: Haskell2010 ghc-options: -O2--source-repository head- type: git- location: git://github.com/TomSmeets/FractalArt.git