summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-14 17:21:51 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-14 18:45:26 +0100
commit5f9b76da63092408865ea737ca22e1e852b4dec6 (patch)
treec4b5638dcf6c42ae7d21f614c894675ffe278c06 /pkgs/development
parent5389dd542ca9b16bd2c41981610224c1aae695f2 (diff)
downloadnixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.tar
nixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.tar.gz
nixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.tar.bz2
nixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.tar.lz
nixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.tar.xz
nixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.tar.zst
nixlib-5f9b76da63092408865ea737ca22e1e852b4dec6.zip
haskell-oo-prototypes: new package
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/oo-prototypes/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/oo-prototypes/default.nix b/pkgs/development/libraries/haskell/oo-prototypes/default.nix
new file mode 100644
index 000000000000..b9f011d3aa13
--- /dev/null
+++ b/pkgs/development/libraries/haskell/oo-prototypes/default.nix
@@ -0,0 +1,16 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal }:
+
+cabal.mkDerivation (self: {
+  pname = "oo-prototypes";
+  version = "0.1.0.0";
+  sha256 = "0xpm2adf47clhzpwd833w706mc5xfxwr2wp4aywigy11687f9bly";
+  meta = {
+    homepage = "https://github.com/yi-editor/oo-prototypes";
+    description = "Support for OO-like prototypes";
+    license = self.stdenv.lib.licenses.gpl2;
+    platforms = self.ghc.meta.platforms;
+    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
+  };
+})