about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/overlays/haskell/default.nix2
-rw-r--r--third_party/overlays/haskell/extra-pkgs/pa-json-0.2.1.0.nix (renamed from third_party/overlays/haskell/extra-pkgs/pa-json-0.2.0.0.nix)6
2 files changed, 5 insertions, 3 deletions
diff --git a/third_party/overlays/haskell/default.nix b/third_party/overlays/haskell/default.nix
index 09b256bbb9..b745c063ab 100644
--- a/third_party/overlays/haskell/default.nix
+++ b/third_party/overlays/haskell/default.nix
@@ -35,7 +35,7 @@ in
       pa-field-parser = hsSelf.callPackage ./extra-pkgs/pa-field-parser-0.1.0.1.nix { };
       pa-label = hsSelf.callPackage ./extra-pkgs/pa-label-0.1.0.1.nix { };
       pa-pretty = hsSelf.callPackage ./extra-pkgs/pa-pretty-0.1.1.0.nix { };
-      pa-json = hsSelf.callPackage ./extra-pkgs/pa-json-0.2.0.0.nix { };
+      pa-json = hsSelf.callPackage ./extra-pkgs/pa-json-0.2.1.0.nix { };
       pa-run-command = hsSelf.callPackage ./extra-pkgs/pa-run-command-0.1.0.0.nix { };
     };
   };
diff --git a/third_party/overlays/haskell/extra-pkgs/pa-json-0.2.0.0.nix b/third_party/overlays/haskell/extra-pkgs/pa-json-0.2.1.0.nix
index 56ee6eb2d1..4beeba32fe 100644
--- a/third_party/overlays/haskell/extra-pkgs/pa-json-0.2.0.0.nix
+++ b/third_party/overlays/haskell/extra-pkgs/pa-json-0.2.1.0.nix
@@ -3,6 +3,7 @@
 , aeson-better-errors
 , aeson-pretty
 , base
+, base64-bytestring
 , bytestring
 , containers
 , hspec-core
@@ -18,13 +19,14 @@
 }:
 mkDerivation {
   pname = "pa-json";
-  version = "0.2.0.0";
-  sha256 = "b57ef3888b8ea3230925675eccd6affbc3d296fc8762f5937435af4bdbd276e4";
+  version = "0.2.1.0";
+  sha256 = "d0c274fa38c05d38e9c2c15ee9dd4ff3ac369650dbc918c973863457110646c8";
   libraryHaskellDepends = [
     aeson
     aeson-better-errors
     aeson-pretty
     base
+    base64-bytestring
     bytestring
     containers
     hspec-core