aboutsummaryrefslogtreecommitdiffstats
path: root/pfm.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pfm.cabal')
-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