haskell-dstring: added version 0.4.0.3
svn path=/nixpkgs/trunk/; revision=31068
This commit is contained in:
14
pkgs/development/libraries/haskell/dstring/default.nix
Normal file
14
pkgs/development/libraries/haskell/dstring/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, baseUnicodeSymbols, dlist }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "dstring";
|
||||
version = "0.4.0.3";
|
||||
sha256 = "0wzj1wzls7w79ac84sc5msblh2dmfmcxm77drpdqdirl1pwdlq9c";
|
||||
buildDepends = [ baseUnicodeSymbols dlist ];
|
||||
meta = {
|
||||
homepage = "https://github.com/basvandijk/dstring";
|
||||
description = "Difference strings";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user