summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-23 13:17:10 +0100
committerPeter Simons <simons@cryp.to>2015-02-23 13:46:04 +0100
commit524e184c68f4e3273873e1035523b0be4288d953 (patch)
tree9c4be2d008ea6bb4abaed6295fddd0241faaff77 /pkgs
parent921eadb2ad2f99d4cdbf0aae4d670e167860b7a2 (diff)
downloadnixpkgs-524e184c68f4e3273873e1035523b0be4288d953.tar
nixpkgs-524e184c68f4e3273873e1035523b0be4288d953.tar.gz
nixpkgs-524e184c68f4e3273873e1035523b0be4288d953.tar.bz2
nixpkgs-524e184c68f4e3273873e1035523b0be4288d953.tar.lz
nixpkgs-524e184c68f4e3273873e1035523b0be4288d953.tar.xz
nixpkgs-524e184c68f4e3273873e1035523b0be4288d953.tar.zst
nixpkgs-524e184c68f4e3273873e1035523b0be4288d953.zip
haskell-ng: fix crf-chain1-constrained and crf-chain2-tiers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix8
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix9
2 files changed, 4 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 0dea905e8e2..35060ac0690 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -554,14 +554,6 @@ self: super: {
   # https://github.com/fumieval/karakuri/issues/1
   karakuri = markBroken super.karakuri;
 
-  # https://github.com/kawu/crf-chain1-constrained/issues/8
-  crf-chain1-constrained = markBroken super.crf-chain1-constrained;
-  concraft = markBroken super.concraft;
-  concraft-pl = markBroken super.concraft-pl;
-
-  # https://github.com/kawu/crf-chain2-tiers/issues/2
-  crf-chain2-tiers = markBroken super.crf-chain2-tiers;
-
   # Upstream notified by e-mail.
   snowglobe = markBroken super.snowglobe;
   gearbox = markBroken super.gearbox;
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index ebb04c68560..e90578b1aae 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -33581,8 +33581,8 @@ self: {
      }:
      mkDerivation {
        pname = "crf-chain1-constrained";
-       version = "0.3.1";
-       sha256 = "02ms8wjppyd23wzmyf8fcygy7gn13r431bz968nyrv8cdj2qiv3h";
+       version = "0.3.2";
+       sha256 = "02xf9q96rlmmfcdz45bpbsdi0ki7mdrdwzg2zph7b55jwsnb4fja";
        buildDepends = [
          array base binary containers data-lens logfloat monad-codec
          parallel random sgd vector vector-binary vector-th-unbox
@@ -33619,13 +33619,12 @@ self: {
      }:
      mkDerivation {
        pname = "crf-chain2-tiers";
-       version = "0.2.3";
-       sha256 = "0dbg82ydsj7gl5bbfzldmkbv8q89ycsijpdrw7r9xrpac6b1428n";
+       version = "0.2.4";
+       sha256 = "0sxa5rsla676x47a1l8cvypccyl8vi7y68fnbnrk7r20ahw6vxi1";
        buildDepends = [
          array base binary comonad containers data-lens logfloat monad-codec
          parallel sgd vector vector-binary vector-th-unbox
        ];
-       jailbreak = true;
        homepage = "https://github.com/kawu/crf-chain2-tiers";
        description = "Second-order, tiered, constrained, linear conditional random fields";
        license = stdenv.lib.licenses.bsd3;