nixpkgs/pkgs/development/libraries/haskell/utf8-string/default.nix
Andres Löh b18dd91057 Removing trailing whitespace.
svn path=/nixpkgs/trunk/; revision=26570
2011-03-28 15:04:00 +00:00

11 lines
236 B
Nix

{cabal}:
cabal.mkDerivation (self : {
pname = "utf8-string";
version = "0.3.6";
sha256 = "c8c74555174edfb96145585c9b80780d0fc55ba249282b8a4c5968cca7c09d69";
meta = {
description = "A UTF8 layer for IO and Strings";
};
})