Skip to content

Commit

Permalink
update dhall files
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Sep 7, 2023
1 parent 80177fa commit 5e764b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 40 deletions.
34 changes: 15 additions & 19 deletions spago.dhall
Original file line number Diff line number Diff line change
@@ -1,45 +1,41 @@
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "web3"
, dependencies =
[ "aff"
, "coroutines"
, "coroutine-transducers"
, "effect"
, "errors"
, "eth-core"
, "foreign"
, "fork"
, "heterogeneous"
, "parsing"
, "partial"
, "profunctor-lenses"
, "tagged"
, "transformers"
, "typelevel-prelude"
, "variant"
, "argonaut"
, "arrays"
, "bifunctors"
, "bytestrings"
, "control"
, "coroutine-transducers"
, "coroutines"
, "effect"
, "either"
, "errors"
, "eth-core"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-object"
, "fork"
, "heterogeneous"
, "maybe"
, "newtype"
, "parallel"
, "parsing"
, "partial"
, "prelude"
, "profunctor-lenses"
, "record"
, "ring-modules"
, "simple-json"
, "strings"
, "tagged"
, "tailrec"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "unfoldable"
, "variant"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
Expand Down
21 changes: 0 additions & 21 deletions test.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,8 @@ in conf
conf.dependencies
# [ "spec"
, "node-buffer"
, "argonaut"
, "arrays"
, "bifunctors"
, "bytestrings"
, "control"
, "either"
, "exceptions"
, "foldable-traversable"
, "foreign-object"
, "lists"
, "maybe"
, "newtype"
, "orders"
, "parallel"
, "prelude"
, "quotient"
, "record"
, "ring-modules"
, "simple-json"
, "strings"
, "tailrec"
, "tuples"
, "unfoldable"
, "unsafe-coerce"
, "avar"
, "console"
Expand Down

0 comments on commit 5e764b1

Please sign in to comment.