Skip to content

Commit

Permalink
Use newer version of postgresql-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
3noch committed Dec 3, 2019
1 parent 830f26b commit 69088cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ let
bytestring-trie = haskellLib.dontCheck super.bytestring-trie;
dependent-monoidal-map = haskellLib.doJailbreak super.dependent-monoidal-map;
gargoyle-postgresql-nix = haskellLib.overrideCabal super.gargoyle-postgresql-nix { librarySystemDepends = [ pkgs.postgresql ]; };
postgresql-simple = haskellLib.dontCheck super.postgresql-simple;
postgresql-simple = haskellLib.dontCheck (
haskellLib.overrideCabal super.postgresql-simple {
revision = null;
editedCabalFile = null;
}
);
validation = haskellLib.dontCheck super.validation;

dependent-sum-aeson-orphans = self.callHackageDirect {
Expand Down
6 changes: 3 additions & 3 deletions dep/postgresql-simple/github.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"owner": "3noch",
"repo": "postgresql-simple",
"branch": "eac@v0.5.4.0-fix-suprious-abort",
"rev": "ffd748d4c8cede17ba68f0e042c4c2dab1c862e0",
"sha256": "1n5nlxv1gv24kr34s8xf8ha071bh11h5yhh8v8d5a044a14hihlh"
"branch": "eac@fix-spurious-aborts",
"rev": "e02684f9c38acf736ac590b36b919000a2b45bc4",
"sha256": "0qfqq6sldxaxjvickayg3dcmmippmmnfbhpfvbv4mc7kr58dlqxg"
}

0 comments on commit 69088cf

Please sign in to comment.