about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/utf8-string/default.nix
blob: bc1a4c157141f2712d3585331b879b4328a445c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{cabal}:

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