Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hSloan committed Jun 29, 2021
1 parent 98b9bac commit 804da6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions use-case-2/backend/backend.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ library
, rhyolite-backend
, rhyolite-backend-db
, rhyolite-backend-notification-postgres
, text
, obelisk-backend
, obelisk-route
, vector
Expand Down
5 changes: 5 additions & 0 deletions use-case-2/frontend/frontend.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ build-type: Simple
library
hs-source-dirs: src
build-depends: base
, aeson
, aeson-gadt-th
, common
, containers
, groom
, obelisk-frontend
, obelisk-route
, jsaddle
, reflex-dom
, lens
, lens-aeson
, obelisk-executable-config-lookup
, obelisk-generated-static
, rhyolite-frontend
, safe
, scientific
, text
, unordered-containers
, vector
, vessel
exposed-modules:
Frontend
Expand Down

0 comments on commit 804da6d

Please sign in to comment.