nixpkgs/pkgs/development/libraries/haskell/ranges/default.nix

14 lines
303 B
Nix
Raw Normal View History

{cabal}:
cabal.mkDerivation (self : {
pname = "ranges";
version = "0.2.3";
sha256 = "1jmybrwwvg8zkbxjrlrahfavlf2g2584ld15hzhch317683nvr1p";
meta = {
description = "Ranges and various functions on them";
license = "BSD3";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})