1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/vinyl/default.nix

16 lines
438 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-06-05 10:04:12 +01:00
{ cabal, doctest, lens, singletons }:
2014-05-04 12:19:22 +01:00
cabal.mkDerivation (self: {
pname = "vinyl";
2014-07-22 11:22:25 +01:00
version = "0.4.3";
sha256 = "1npcpvr94l2gpk9z4y527raf2p3d6099m231vw0myci37ljnjgdf";
2014-06-05 10:04:12 +01:00
testDepends = [ doctest lens singletons ];
2014-05-04 12:19:22 +01:00
meta = {
description = "Extensible Records";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})