summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2011-03-15 13:56:55 +0000
committerAndres Löh <mail@andres-loeh.de>2011-03-15 13:56:55 +0000
commit1a7d72731b7f07b048f50f0ed41a010ef2fcffbd (patch)
treea1b9d0ddd799fb4831d87cd94f27da8a0e64dfc4 /pkgs/development/libraries
parent2dcf4fbfcca192b36b9330c138722555870c9583 (diff)
Added AC-Vector package.
svn path=/nixpkgs/trunk/; revision=26322
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/AC-Vector/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/AC-Vector/default.nix b/pkgs/development/libraries/haskell/AC-Vector/default.nix
new file mode 100644
index 0000000000000..0eacf3249b925
--- /dev/null
+++ b/pkgs/development/libraries/haskell/AC-Vector/default.nix
@@ -0,0 +1,13 @@
+{cabal}:
+
+cabal.mkDerivation (self : {
+  pname = "AC-Vector";
+  version = "2.3.1";
+  sha256 = "0nmj57czqcik23j9iqxbdwqg73n5n1kc9akhp0wywrbkklgf79a0";
+  meta = {
+    description = "Efficient geometric vectors and transformations";
+    license = "BSD";
+    maintainers = [self.stdenv.lib.maintainers.andres];
+  };
+})  
+