mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-dstring: updated to version 0.4.0.3
svn path=/nixpkgs/trunk/; revision=31072
This commit is contained in:
parent
bbd45bcdc6
commit
27fa436674
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
||||
description = "Difference strings";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user