From ac8f5dad6b8ee7f178488a3ade34d789f50c8d1f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 30 Jan 2019 20:31:58 +0000 Subject: Update readme information --- mirror-ball.cabal | 13 ++++++++----- 1 file 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 -- cgit