2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-21 15:05:24 +00:00
|
|
|
{ cabal }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "simple-reflect";
|
2014-04-17 20:13:21 +01:00
|
|
|
version = "0.3.2";
|
|
|
|
sha256 = "1dpcf6w3cf1sfl9bnlsx04x7aghw029glj5d05qzrsnms2rlw8iq";
|
2013-02-21 15:05:24 +00:00
|
|
|
meta = {
|
2014-04-17 20:13:21 +01:00
|
|
|
homepage = "http://twanvl.nl/blog/haskell/simple-reflection-of-expressions";
|
2013-02-21 15:05:24 +00:00
|
|
|
description = "Simple reflection of expressions containing variables";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|