Skip to content

Commit 0287cc2

Browse files
authored
Merge pull request #1 from AskBid/sm-scrappy
add scrappy-requests
2 parents bd5b202 + df9343c commit 0287cc2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/backend.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ library
8585
, safe-exceptions
8686
, scrappy-core
8787
, scrappy-template
88+
, scrappy-requests
8889
, semialign
8990
, semimap
9091
, signed-data

default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ project ./. ({ pkgs, hackGet, ... }@args:
9090
snap-extras = doJailbreak (super.snap-extras);
9191
scrappy-core = super.callPackage (thunkSet.scrappy-core) {};
9292
scrappy-template = super.callPackage (thunkSet.scrappy-template) {};
93+
scrappy-requests = super.callCabal2nix "scrappy-requests" (thunkSet.scrappy-requests) {};
9394
gargoyle-postgresql-nix = haskellLib.overrideCabal super.gargoyle-postgresql-nix {
9495
librarySystemDepends = [ pkgs.postgresql_11 ];
9596
};

0 commit comments

Comments
 (0)