Commit 4073f98b authored by James Laver's avatar James Laver Committed by Alexandre Delanoë

Corrected git url in spago packages for sequences, uncommented in dependencies

parent 2b00da3a
......@@ -125,7 +125,7 @@ let additions =
{ sequences =
mkPackage
[ "prelude", "unsafe-coerce", "partial", "unfoldable", "lazy", "arrays", "profunctor", "maybe", "tuples", "newtype" ]
"https://github.com/hdgarrood.git"
"https://github.com/hdgarrood/purescript-sequences.git"
"v2.1.0" }
in upstream ⫽ overrides ⫽ additions
......@@ -19,7 +19,7 @@ You can edit this file as you like.
, "random"
, "affjax"
, "console"
-- , "sequences"
, "sequences"
, "strings"
, "string-parsers"
, "prelude" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment