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 = ...@@ -125,7 +125,7 @@ let additions =
{ sequences = { sequences =
mkPackage mkPackage
[ "prelude", "unsafe-coerce", "partial", "unfoldable", "lazy", "arrays", "profunctor", "maybe", "tuples", "newtype" ] [ "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" } "v2.1.0" }
in upstream ⫽ overrides ⫽ additions in upstream ⫽ overrides ⫽ additions
...@@ -19,7 +19,7 @@ You can edit this file as you like. ...@@ -19,7 +19,7 @@ You can edit this file as you like.
, "random" , "random"
, "affjax" , "affjax"
, "console" , "console"
-- , "sequences" , "sequences"
, "strings" , "strings"
, "string-parsers" , "string-parsers"
, "prelude" ] , "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