Cabal revisions of JuicyPixels-scale-dct-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: JuicyPixels-scale-dct version: 0.1.2+x-revision: 1 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT . build-depends: base >=4.7 && <4.12 , base-compat >=0.6.0 && <0.11- , JuicyPixels >=3.2.5.3 && <3.3+ , JuicyPixels >=3.2.5.3 && <3.4 , fft >=0.1.8.1 && <0.2 , carray >=0.1.6.1 && <0.2 exposed-modules:
revision 2
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 1+x-revision: 2 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT . license-file: LICENSE build-type: Simple cabal-version: >=1.10-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.2+tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.4.3, GHC==8.6.1 extra-source-files: CHANGELOG.md src ghc-options: -Wall build-depends:- base >=4.7 && <4.12+ base >=4.7 && <4.13 , base-compat >=0.6.0 && <0.11 , JuicyPixels >=3.2.5.3 && <3.4 , fft >=0.1.8.1 && <0.2
revision 3
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 2+x-revision: 3 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT . license-file: LICENSE build-type: Simple cabal-version: >=1.10-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.4.3, GHC==8.6.1+tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1 extra-source-files: CHANGELOG.md src ghc-options: -Wall build-depends:- base >=4.7 && <4.13+ base >=4.7 && <4.14 , base-compat >=0.6.0 && <0.11 , JuicyPixels >=3.2.5.3 && <3.4 , fft >=0.1.8.1 && <0.2 , base , JuicyPixels >=3.2.8 , JuicyPixels-scale-dct- , time >=1.4.2 && <1.9+ , time >=1.4.2 && <1.10 default-language: Haskell2010
revision 4
-name: JuicyPixels-scale-dct-version: 0.1.2-x-revision: 3-synopsis: Scale JuicyPixels images with DCT-description: Scale JuicyPixels Images with DCT- .- There is also a @friday@ version: <http://hackage.haskell.org/package/friday-scale-dct friday-scale-dct>-category: Graphics, Image-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-build-type: Simple-cabal-version: >=1.10-tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1+name: JuicyPixels-scale-dct+version: 0.1.2+x-revision: 4+synopsis: Scale JuicyPixels images with DCT+description:+ Scale JuicyPixels Images with DCT+ .+ There is also a @friday@ version: <http://hackage.haskell.org/package/friday-scale-dct friday-scale-dct> +category: Graphics, Image+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+build-type: Simple+cabal-version: >=1.10+tested-with:+ GHC ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.3+ || ==8.4.4+ || ==8.6.5+ || ==8.8.1+ extra-source-files:- CHANGELOG.md- phadej.png- README.md+ CHANGELOG.md+ phadej.png+ README.md source-repository head- type: git+ type: git location: https://github.com/phadej/JuicyPixels-scale-dct library- hs-source-dirs:- src- ghc-options: -Wall+ hs-source-dirs: src+ ghc-options: -Wall build-depends:- base >=4.7 && <4.14- , base-compat >=0.6.0 && <0.11- , JuicyPixels >=3.2.5.3 && <3.4- , fft >=0.1.8.1 && <0.2- , carray >=0.1.6.1 && <0.2- exposed-modules:- Codec.Picture.ScaleDCT+ base >=4.7 && <4.14+ , base-compat >=0.6.0 && <0.12+ , carray >=0.1.6.1 && <0.2+ , fft >=0.1.8.1 && <0.2+ , JuicyPixels >=3.2.5.3 && <3.4++ 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+ type: exitcode-stdio-1.0+ main-is: Example.hs+ hs-source-dirs: example+ ghc-options: -Wall build-depends: base , base-compat- , JuicyPixels- , fft , carray- , base- , JuicyPixels >=3.2.8+ , fft+ , JuicyPixels >=3.2.8 , JuicyPixels-scale-dct- , time >=1.4.2 && <1.10+ , time >=1.4.2 && <1.10+ default-language: Haskell2010
revision 5
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 4+x-revision: 5 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT || ==8.4.3 || ==8.4.4 || ==8.6.5- || ==8.8.1+ || ==8.8.3+ || ==8.10.1 extra-source-files: CHANGELOG.md hs-source-dirs: src ghc-options: -Wall build-depends:- base >=4.7 && <4.14+ base >=4.7 && <4.15 , base-compat >=0.6.0 && <0.12 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2
revision 6
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 5+x-revision: 6 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT || ==8.4.3 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.4+ || ==9.0.1 extra-source-files: CHANGELOG.md hs-source-dirs: src ghc-options: -Wall build-depends:- base >=4.7 && <4.15+ base >=4.7 && <4.16 , base-compat >=0.6.0 && <0.12 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2
revision 7
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 6+x-revision: 7 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT ghc-options: -Wall build-depends: base >=4.7 && <4.16- , base-compat >=0.6.0 && <0.12+ , base-compat >=0.6.0 && <0.13 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2 , JuicyPixels >=3.2.5.3 && <3.4
revision 8
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 7+x-revision: 8 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT || ==8.8.4 || ==8.10.4 || ==9.0.1+ || ==9.2.1 extra-source-files: CHANGELOG.md hs-source-dirs: src ghc-options: -Wall build-depends:- base >=4.7 && <4.16+ base >=4.7 && <4.17 , base-compat >=0.6.0 && <0.13 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2 , fft , JuicyPixels >=3.2.8 , JuicyPixels-scale-dct- , time >=1.4.2 && <1.10+ , time >=1.4.2 && <1.13 default-language: Haskell2010
revision 9
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 8+x-revision: 9 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4- || ==9.0.1- || ==9.2.1+ || ==8.10.7+ || ==9.0.2+ || ==9.2.4+ || ==9.4.1 extra-source-files: CHANGELOG.md hs-source-dirs: src ghc-options: -Wall build-depends:- base >=4.7 && <4.17+ base >=4.7 && <4.18 , base-compat >=0.6.0 && <0.13 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2
revision 10
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 9+x-revision: 10 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.4- || ==9.4.1+ || ==9.2.7+ || ==9.4.4+ || ==9.6.1 extra-source-files: CHANGELOG.md hs-source-dirs: src ghc-options: -Wall build-depends:- base >=4.7 && <4.18- , base-compat >=0.6.0 && <0.13+ base >=4.7 && <4.19+ , base-compat >=0.6.0 && <0.14 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2 , JuicyPixels >=3.2.5.3 && <3.4
revision 11
name: JuicyPixels-scale-dct version: 0.1.2-x-revision: 10+x-revision: 11 synopsis: Scale JuicyPixels images with DCT description: Scale JuicyPixels Images with DCT || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.7- || ==9.4.4- || ==9.6.1+ || ==9.2.8+ || ==9.4.8+ || ==9.6.3+ || ==9.8.1 extra-source-files: CHANGELOG.md hs-source-dirs: src ghc-options: -Wall build-depends:- base >=4.7 && <4.19+ base >=4.7 && <4.20 , base-compat >=0.6.0 && <0.14 , carray >=0.1.6.1 && <0.2 , fft >=0.1.8.1 && <0.2