From 299cdf8c690900daebf09c7d27e01c53cb406dfe Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 29 Jan 2019 20:56:42 +0000 Subject: Fix warnings in cabal file --- pfm.cabal | 12 ++++++++++-- 1 file 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 . 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 -- cgit