Skip to content

Commit

Permalink
Remove dependency on product-profunctors
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Oct 10, 2017
1 parent 6df8f72 commit 43d9922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ mkDerivation, base, one-liner, opaleye, postgresql-simple
, product-profunctors, profunctors, scientific, stdenv, streaming
, profunctors, scientific, stdenv, streaming
, tagged, text, exceptions, free, streaming-postgresql-simple
, lens
}:
Expand All @@ -8,7 +8,7 @@ mkDerivation {
version = "0.1.0.0";
src = ./.;
libraryHaskellDepends = [
base one-liner opaleye postgresql-simple product-profunctors
base one-liner opaleye postgresql-simple
profunctors scientific streaming tagged text exceptions free
streaming-postgresql-simple lens
];
Expand Down
1 change: 0 additions & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ library
, one-liner >=0.7 && <0.8
, opaleye
, postgresql-simple
, product-profunctors >=0.7 && <0.8
, profunctors >=5.2 && <5.3
, resourcet >= 1.1.8.1
, scientific
Expand Down

0 comments on commit 43d9922

Please sign in to comment.