aboutsummaryrefslogtreecommitdiffstats
path: root/median-cut.cabal
blob: 9a15987af286d9cf503a7f90a86cd5e9bbdfbec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: median-cut
version: 0.1.0.0
synopsis: Generate samples on an Environment Map using Median Cut.
description: Generate samples on an Environment Map using Median Cut.
homepage: https://github.com/ymherklotz/median-cut#readme
license: BSD3
license-file: LICENSE
author: Yann Herklotz Grave
maintainer: ymherklotz@gmail.com
copyright: (c) 2019, Yann Herklotz Grave
category: Graphics
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md

executable median-cut
  hs-source-dirs: src
  main-is: Main.hs
  default-language: Haskell2010
  build-depends: base >=4.7 && <5
               , pfm >=0.1 && <0.2
               , bytestring >=0.10 && <0.11
               , text >=1.2 && <1.3