summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bmp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-08-11 13:03:51 +0000
committerPeter Simons <simons@cryp.to>2011-08-11 13:03:51 +0000
commitdbce2ffd0f4942e5f52b4405bfdcc5c669a756a3 (patch)
tree7628706e2f4764bb7f95033003f87aa092b82847 /pkgs/development/libraries/haskell/bmp
parent260550220d9390719660381ddef5dd55878d9395 (diff)
downloadnixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.tar
nixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.tar.gz
nixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.tar.bz2
nixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.tar.lz
nixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.tar.xz
nixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.tar.zst
nixpkgs-dbce2ffd0f4942e5f52b4405bfdcc5c669a756a3.zip
Generated neater meta.description strings.
svn path=/nixpkgs/trunk/; revision=28492
Diffstat (limited to 'pkgs/development/libraries/haskell/bmp')
-rw-r--r--pkgs/development/libraries/haskell/bmp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/bmp/default.nix b/pkgs/development/libraries/haskell/bmp/default.nix
index c507a08ac5f..2c08676d9c4 100644
--- a/pkgs/development/libraries/haskell/bmp/default.nix
+++ b/pkgs/development/libraries/haskell/bmp/default.nix
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
   buildDepends = [ binary ];
   meta = {
     homepage = "http://code.ouroborus.net/bmp";
-    description = "Read and write uncompressed BMP image files.";
+    description = "Read and write uncompressed BMP image files";
     license = self.stdenv.lib.licenses.mit;
     platforms = self.ghc.meta.platforms;
     maintainers = [