aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mirror-ball.cabal13
1 files changed, 8 insertions, 5 deletions
diff --git a/mirror-ball.cabal b/mirror-ball.cabal
index e941fd1..e2c43d3 100644
--- a/mirror-ball.cabal
+++ b/mirror-ball.cabal
@@ -2,13 +2,13 @@ name: mirror-ball
version: 0.1.0.0
-- synopsis:
-- description:
-homepage: https://github.com/githubuser/mirror-ball#readme
+homepage: https://github.com/ymherklotz/mirror-ball#readme
license: BSD3
license-file: LICENSE
-author: Author name here
-maintainer: example@example.com
-copyright: 2019 Author name here
-category: Web
+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
@@ -18,3 +18,6 @@ executable mirror-ball
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
+ , bytestring >= 0.10.8.2
+ , pfm >= 0.1.0.0
+ , text >= 1.2.3.1