summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-26 14:23:33 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:04 +0200
commit9d69ce4237bb611a09bf058a3f4e05838b06d62b (patch)
tree4b7d21888fec61d95f0e33978d241ecca72f9ecb /pkgs/development/haskell-modules
parent7871f2d9b1daea314990ffcc39971c3ac329670a (diff)
downloadnixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.tar
nixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.tar.gz
nixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.tar.bz2
nixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.tar.lz
nixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.tar.xz
nixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.tar.zst
nixlib-9d69ce4237bb611a09bf058a3f4e05838b06d62b.zip
hackage-packages.nix: drop package "som" to avoid invalid references to "assert"
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index a8e23065aeff..8c8dc0961ab7 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -117301,25 +117301,6 @@ self: {
        license = stdenv.lib.licenses.lgpl21;
      }) {};
 
-  "som" = callPackage
-    ({ mkDerivation, assert, base, containers, deepseq, grid
-     , MonadRandom, QuickCheck, random, test-framework
-     , test-framework-quickcheck2
-     }:
-     mkDerivation {
-       pname = "som";
-       version = "8.0.6";
-       sha256 = "19p62b72xz1yn7fd9k406h98jg8zsyazbscdsljx7fnn0f3v7j9d";
-       buildDepends = [ assert base containers deepseq grid MonadRandom ];
-       testDepends = [
-         assert base containers grid MonadRandom QuickCheck random
-         test-framework test-framework-quickcheck2
-       ];
-       homepage = "https://github.com/mhwombat/som";
-       description = "Self-Organising Maps";
-       license = stdenv.lib.licenses.bsd3;
-     }) {};
-
   "sonic-visualiser" = callPackage
     ({ mkDerivation, array, base, bytestring, bzlib, containers, mtl
      , pretty, utf8-string, xml