-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack
name: friday-scale-dct
version: 1.0.0.0
synopsis: Scale Friday images with DCT
description: Scale Friday Images with DCT
category: Graphics
homepage: https://github.com/axman6/friday-scale-dct#readme
bug-reports: https://github.com/axman6/friday-scale-dctissues
author: Alex Mason <axman6@gmail.com>, Oleg Grenrus <oleg.grenrus@iki.fi>
maintainer: Alex Mason <axman6@gmail.com>
license: BSD3
license-file: LICENSE
tested-with: GHC==7.8.4, GHC==7.10.2
build-type: Simple
cabal-version: >= 1.20
extra-source-files:
CHANGELOG.md
phadej.png
README.md
Flag example
Description: Build the example application.
Default: False
source-repository head
type: git
location: https://github.com/axman6/friday-scale-dct.git
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.7 && <4.9
, base-compat >=0.6.0 && <0.9
, friday >=0.2.2.0 && <0.3
, fft >=0.1.8.1 && <0.2
, carray >=0.1.6.1 && <0.2
, vector >= 0.10.0 && < 0.11
exposed-modules:
Vision.Image.Transform.ScaleDCT
default-language: Haskell2010
executable example
-- type: exitcode-stdio-1.0
if !flag(example)
buildable: False
if flag(example)
buildable: True
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
, friday
, friday-scale-dct
, friday-juicypixels >= 0.1 && < 0.2
, JuicyPixels >=3.2.5.3 && <3.3
, JuicyPixels-util >=0.2 && <0.3
, time >=1.4.2 && <1.6
main-is: Example.hs
hs-source-dirs:
example
ghc-options: -Wall
default-language: Haskell2010