Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fxi depedency warnings from spago
  • Loading branch information
jsparkes committed Jun 2, 2022
commit 6fde229391b21a04e4d8b1dd8f0a06d27ef017a7
17 changes: 14 additions & 3 deletions spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,29 @@ to generate this file without the comments in this block.
-}
{ name = "foreign-generic"
, dependencies =
[ "assert"
[ "arrays"
, "assert"
, "bifunctors"
, "console"
, "control"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "identity"
, "ordered-collections"
, "lists"
, "maybe"
, "newtype"
, "partial"
, "prelude"
, "psci-support"
, "record"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "unsafe-coerce"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Expand Down