mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-simple-reflect: add version 0.3.1
This commit is contained in:
parent
7210f21874
commit
9e5d5488e0
@ -0,0 +1,13 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "simple-reflect";
|
||||
version = "0.3.1";
|
||||
sha256 = "189pc7fk28bwl0mq6hw502kc048n203rb4vpf2wva490r36xiw6s";
|
||||
meta = {
|
||||
homepage = "http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details";
|
||||
description = "Simple reflection of expressions containing variables";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1536,6 +1536,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
shelly = callPackage ../development/libraries/haskell/shelly {};
|
||||
|
||||
simpleReflect = callPackage ../development/libraries/haskell/simple-reflect {};
|
||||
|
||||
simpleSendfile = callPackage ../development/libraries/haskell/simple-sendfile {};
|
||||
|
||||
silently = callPackage ../development/libraries/haskell/silently {};
|
||||
|
Loading…
Reference in New Issue
Block a user