Cabal revisions of JuicyPixels-scale-dct-0.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.8.0.------ see: https://github.com/sol/hpack--name: JuicyPixels-scale-dct-version: 0.1.1.0-synopsis: Scale JuicyPixels images with DCT-description: Scale JuicyPixels Images with DCT-category: Web-homepage: https://github.com/phadej/JuicyPixels-scale-dct#readme-bug-reports: https://github.com/phadej/JuicyPixels-scale-dct/issues-author: Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-license: BSD3-license-file: LICENSE-tested-with: GHC==7.8.4, GHC==7.10.2-build-type: Simple-cabal-version: >= 1.10--extra-source-files:- CHANGELOG.md- phadej.png- README.md--source-repository head- type: git- location: https://github.com/phadej/JuicyPixels-scale-dct--library- hs-source-dirs:- src- ghc-options: -Wall- build-depends:- base >=4.7 && <4.9- , base-compat >=0.6.0 && <0.9- , JuicyPixels >=3.2.5.3 && <3.3- , fft >=0.1.8.1 && <0.2- , carray >=0.1.6.1 && <0.2- exposed-modules:- Codec.Picture.ScaleDCT- default-language: Haskell2010--test-suite example- type: exitcode-stdio-1.0- main-is: Example.hs- hs-source-dirs:- example- ghc-options: -Wall- build-depends:- base >=4.7 && <4.9- , base-compat >=0.6.0 && <0.9- , JuicyPixels >=3.2.5.3 && <3.3- , fft >=0.1.8.1 && <0.2- , carray >=0.1.6.1 && <0.2- , base- , JuicyPixels- , JuicyPixels-scale-dct- , JuicyPixels-util >=0.2 && <0.3- , time >=1.4.2 && <1.6- default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.8.0. +-- +-- see: https://github.com/sol/hpack + +name: JuicyPixels-scale-dct +version: 0.1.1.0 +x-revision: 1 +synopsis: Scale JuicyPixels images with DCT +description: Scale JuicyPixels Images with DCT +category: Web +homepage: https://github.com/phadej/JuicyPixels-scale-dct#readme +bug-reports: https://github.com/phadej/JuicyPixels-scale-dct/issues +author: Oleg Grenrus <oleg.grenrus@iki.fi> +maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> +license: BSD3 +license-file: LICENSE +tested-with: GHC==7.8.4, GHC==7.10.2 +build-type: Simple +cabal-version: >= 1.10 + +extra-source-files: + CHANGELOG.md + phadej.png + README.md + +source-repository head + type: git + location: https://github.com/phadej/JuicyPixels-scale-dct + +library + hs-source-dirs: + src + ghc-options: -Wall + build-depends: + base >=4.7 && <4.9 + , base-compat >=0.6.0 && <0.10 + , JuicyPixels >=3.2.5.3 && <3.3 + , fft >=0.1.8.1 && <0.2 + , carray >=0.1.6.1 && <0.2 + exposed-modules: + Codec.Picture.ScaleDCT + default-language: Haskell2010 + +test-suite example + type: exitcode-stdio-1.0 + main-is: Example.hs + hs-source-dirs: + example + ghc-options: -Wall + build-depends: + base >=4.7 && <4.9 + , base-compat >=0.6.0 && <0.10 + , JuicyPixels >=3.2.5.3 && <3.3 + , fft >=0.1.8.1 && <0.2 + , carray >=0.1.6.1 && <0.2 + , base + , JuicyPixels + , JuicyPixels-scale-dct + , JuicyPixels-util >=0.2 && <0.3 + , time >=1.4.2 && <1.6 + default-language: Haskell2010
revision 2
name: JuicyPixels-scale-dct version: 0.1.1.0 -x-revision: 1 +x-revision: 2 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT category: Web src ghc-options: -Wall build-depends: - base >=4.7 && <4.9 + base >=4.7 && <4.10 , base-compat >=0.6.0 && <0.10 , JuicyPixels >=3.2.5.3 && <3.3 , fft >=0.1.8.1 && <0.2 example ghc-options: -Wall build-depends: - base >=4.7 && <4.9 + base >=4.7 && <4.10 , base-compat >=0.6.0 && <0.10 , JuicyPixels >=3.2.5.3 && <3.3 , fft >=0.1.8.1 && <0.2 , JuicyPixels , JuicyPixels-scale-dct , JuicyPixels-util >=0.2 && <0.3 - , time >=1.4.2 && <1.6 + , time >=1.4.2 && <1.7 default-language: Haskell2010