2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-21 01:01:10 -07:00
|
|
|
{ cabal }:
|
2013-09-18 08:45:07 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "rfc5051";
|
2013-09-21 01:01:10 -07:00
|
|
|
version = "0.1.0.3";
|
|
|
|
sha256 = "0av4c3qvwbkbzrjrrg601ay9pds7wscqqp2lc2z78mv2lllap3g3";
|
2013-09-18 08:45:07 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
meta = {
|
|
|
|
description = "Simple unicode collation as per RFC5051";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|