mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
haskell-boomerang: add version 1.3.3
This commit is contained in:
parent
2a58708d74
commit
3d76661bd8
13
pkgs/development/libraries/haskell/boomerang/default.nix
Normal file
13
pkgs/development/libraries/haskell/boomerang/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ cabal, mtl, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "boomerang";
|
||||
version = "1.3.3";
|
||||
sha256 = "1i44j3qyjkq69h65wfsrps5zp097i3nh9fwcb2f1spr8nznb5mff";
|
||||
buildDepends = [ mtl text ];
|
||||
meta = {
|
||||
description = "Library for invertible parsing and printing";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -526,6 +526,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
bson = callPackage ../development/libraries/haskell/bson {};
|
||||
|
||||
boomerang = callPackage ../development/libraries/haskell/boomerang {};
|
||||
|
||||
byteorder = callPackage ../development/libraries/haskell/byteorder {};
|
||||
|
||||
bytestringNums = callPackage ../development/libraries/haskell/bytestring-nums {};
|
||||
|
Loading…
Reference in New Issue
Block a user