diff options
-rw-r--r-- | custom/attoparsec-expr.nix | 15 | ||||
-rw-r--r-- | custom/shell-monad.nix | 15 | ||||
-rw-r--r-- | users/gkleen@bragi.nix | 2 |
3 files changed, 32 insertions, 0 deletions
diff --git a/custom/attoparsec-expr.nix b/custom/attoparsec-expr.nix new file mode 100644 index 00000000..237b3dc5 --- /dev/null +++ b/custom/attoparsec-expr.nix | |||
@@ -0,0 +1,15 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
2 | |||
3 | { cabal, attoparsec }: | ||
4 | |||
5 | cabal.mkDerivation (self: { | ||
6 | pname = "attoparsec-expr"; | ||
7 | version = "0.1.1.1"; | ||
8 | sha256 = "09305lp9q3cgvpv4d878c34dk07g7p13hc07hrp2xlwl7rc3nac3"; | ||
9 | buildDepends = [ attoparsec ]; | ||
10 | meta = { | ||
11 | description = "Port of parsec's expression parser to attoparsec"; | ||
12 | license = self.stdenv.lib.licenses.bsd3; | ||
13 | platforms = self.ghc.meta.platforms; | ||
14 | }; | ||
15 | }) | ||
diff --git a/custom/shell-monad.nix b/custom/shell-monad.nix new file mode 100644 index 00000000..487d39fd --- /dev/null +++ b/custom/shell-monad.nix | |||
@@ -0,0 +1,15 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
2 | |||
3 | { cabal, text }: | ||
4 | |||
5 | cabal.mkDerivation (self: { | ||
6 | pname = "shell-monad"; | ||
7 | version = "0.6.3"; | ||
8 | sha256 = "0wfn1zwbqzwvbvh1x28rpgsvn8i2ff5r6v4i5kriiw025vdb5r2v"; | ||
9 | buildDepends = [ text ]; | ||
10 | meta = { | ||
11 | description = "shell monad"; | ||
12 | license = self.stdenv.lib.licenses.bsd3; | ||
13 | platforms = self.ghc.meta.platforms; | ||
14 | }; | ||
15 | }) | ||
diff --git a/users/gkleen@bragi.nix b/users/gkleen@bragi.nix index cefc2286..8b36557a 100644 --- a/users/gkleen@bragi.nix +++ b/users/gkleen@bragi.nix | |||
@@ -33,6 +33,8 @@ | |||
33 | extension = self: super: let | 33 | extension = self: super: let |
34 | callPackage = pkgs.lib.callPackageWith self; | 34 | callPackage = pkgs.lib.callPackageWith self; |
35 | in { | 35 | in { |
36 | attoparsecExpr = callPackage ../custom/attoparsec-expr.nix {}; | ||
37 | shellMonad = callPackage ../custom/shell-monad.nix {}; | ||
36 | beuteltier = callPackage ../custom/beuteltier.nix { fetchgit = pkgs.fetchgit; }; | 38 | beuteltier = callPackage ../custom/beuteltier.nix { fetchgit = pkgs.fetchgit; }; |
37 | wombat = callPackage ../custom/wombat.nix { fetchgit = pkgs.fetchgit; }; | 39 | wombat = callPackage ../custom/wombat.nix { fetchgit = pkgs.fetchgit; }; |
38 | opossum = callPackage ../custom/opossum.nix { fetchgit = pkgs.fetchgit; }; | 40 | opossum = callPackage ../custom/opossum.nix { fetchgit = pkgs.fetchgit; }; |