wholepixels-1.0: wholepixels.cabal
cabal-version: 1.12
name: wholepixels
version: 1.0
description: A library for making generative art with Haskell and Cairo
author: WholePixels
maintainer: wholepixels@protonmail.com
copyright: 2019 WholePixels
license: Apache-2.0
build-type: Simple
extra-source-files:
README.rst
CHANGELOG.rst
library
exposed-modules:
WholePixels
WholePixels.Color
WholePixels.Geometry
WholePixels.Random
WholePixels.Target
other-modules:
Paths_wholepixels
hs-source-dirs:
src
default-extensions:
BlockArguments
FlexibleInstances
LambdaCase
MultiParamTypeClasses
MultiWayIf
NoImplicitPrelude
RecordWildCards
ScopedTypeVariables
TupleSections
TypeApplications
ghc-options: -Wall -ferror-spans
build-depends:
MonadRandom
, base >=4.7 && <5
, cairo >=0.13.5.0
, colour
, directory
, hsnoise
, mtl
, random
, random-fu
, random-shuffle
, random-source
, relude
, temporary
, time
default-language: Haskell2010