Skip to content

Commit

Permalink
PLT-7412: removed unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Sep 8, 2023
1 parent 4038235 commit 4e411d6
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions spago.dhall
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{ name = "my-project"
{ name = "marlowe-runner"
, dependencies =
[ "aff"
, "aff-promise"
, "argonaut"
, "argonaut-codecs"
, "argonaut-core"
, "argonaut-generic"
, "array-builder"
, "arraybuffer-types"
, "arrays"
, "atleast"
, "avar"
, "bifunctors"
, "bigints"
, "cardano-multiplatform-lib"
Expand All @@ -24,12 +19,7 @@
, "effect"
, "either"
, "enums"
, "errors"
, "exceptions"
, "fetch"
, "fetch-argonaut"
, "fetch-core"
, "filterable"
, "foldable-traversable"
, "foreign"
, "foreign-generic"
Expand All @@ -39,32 +29,26 @@
, "functors"
, "halogen-subscriptions"
, "heterogeneous"
, "http-methods"
, "identity"
, "indexed-monad"
, "integers"
, "js-date"
, "js-object"
, "js-promise"
, "js-promise-aff"
, "js-timers"
, "js-unsafe-stringify"
, "lazy"
, "lists"
, "marlowe"
, "marlowe-runtime-client"
, "maybe"
, "monad-loops"
, "newtype"
, "node-buffer"
, "node-fs-aff"
, "node-process"
, "nonempty"
, "now"
, "nullable"
, "numbers"
, "ordered-collections"
, "orders"
, "parallel"
, "parsing"
, "partial"
Expand All @@ -74,38 +58,28 @@
, "prelude"
, "profunctor"
, "profunctor-lenses"
, "qualified-do"
, "quickcheck"
, "random"
, "react-basic"
, "react-basic-dom"
, "react-basic-hooks"
, "react-bootstrap"
, "react-halo"
, "record"
, "refined"
, "refs"
, "row-joins"
, "safe-coerce"
, "spec"
, "strings"
, "stringutils"
, "tailrec"
, "transformers"
, "tuples"
, "typelevel"
, "typelevel-eval"
, "typelevel-prelude"
, "undefined-is-not-a-problem"
, "unfoldable"
, "unsafe-coerce"
, "validation"
, "variant"
, "web-dom"
, "web-encoding"
, "web-file"
, "web-html"
, "web-streams"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Expand Down

0 comments on commit 4e411d6

Please sign in to comment.