aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-29 20:56:42 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-29 20:56:42 +0000
commit299cdf8c690900daebf09c7d27e01c53cb406dfe (patch)
tree758fb0cedb727be9d1909ffdcfb7c93f94b73a69
parent5489d85e06f2e404bc325625eb098908a0fe7a02 (diff)
downloadpfm-299cdf8c690900daebf09c7d27e01c53cb406dfe.tar.gz
pfm-299cdf8c690900daebf09c7d27e01c53cb406dfe.zip
Fix warnings in cabal file
-rw-r--r--pfm.cabal12
1 files changed, 10 insertions, 2 deletions
diff --git a/pfm.cabal b/pfm.cabal
index ddd4eef..e4bcda1 100644
--- a/pfm.cabal
+++ b/pfm.cabal
@@ -1,7 +1,11 @@
name: pfm
version: 0.1.0.0
--- synopsis:
--- description:
+synopsis: PFM image parsing library for Debevec's format.
+description:
+ PFM image parsing library for Paul Debevec's format.
+ .
+ The website containing an explanation of the format
+ can be found here <http://www.pauldebevec.com/Research/HDR/PFM/>.
homepage: https://github.com/ymherklotz/pfm#readme
license: BSD3
license-file: LICENSE
@@ -13,6 +17,10 @@ build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
+source-repository head
+ type: git
+ location: git://github.com/ymherklotz/pfm.git
+
library
hs-source-dirs: src
default-language: Haskell2010