haskell-reflection: add version 1.1.6
This commit is contained in:
14
pkgs/development/libraries/haskell/reflection/default.nix
Normal file
14
pkgs/development/libraries/haskell/reflection/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, tagged }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "reflection";
|
||||
version = "1.1.6";
|
||||
sha256 = "1ihyx1a8pk1czam0qm1znl851dn4y6jip6s30girgghrvvxmblkw";
|
||||
buildDepends = [ tagged ];
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/reflection";
|
||||
description = "Reifies arbitrary terms into types that can be reflected back into terms";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user