aboutsummaryrefslogtreecommitdiffstats
path: root/mirror-ball.cabal
blob: 0da2c311dcfb489739d1c58cf641ec0860162620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name:                mirror-ball
version:             0.1.0.0
-- synopsis:
-- description:
homepage:            https://github.com/ymherklotz/mirror-ball#readme
license:             BSD3
license-file:        LICENSE
author:              Yann Herklotz Grave
maintainer:          yann [at] yannherklotzgrave [dot] com
copyright:           2019 Yann Herklotz Grave
category:            Graphics
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  README.md

executable mirror-ball
  hs-source-dirs:      src
  main-is:             Main.hs
  default-language:    Haskell2010
  ghc-options:         -threaded
  build-depends:       base >= 4.7 && < 5
                     , bytestring >= 0.10.8.2
                     , criterion >= 1.5.3.0
                     , directory >= 1.3.3.0
                     , pfm >= 0.1.0.0
                     , text >= 1.2.3.1