Skip to content

Commit

Permalink
Use latest 0.11-compatible libraries for tests (#2785)
Browse files Browse the repository at this point in the history
* use latest 0.11-compatible libraries for tests

* New support modules
  • Loading branch information
paf31 committed Mar 27, 2017
1 parent d752d9c commit 1b965e8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions tests/TestUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ supportModules =
, "Data.Generic.Rep.Show"
, "Data.HeytingAlgebra"
, "Data.Identity"
, "Data.Lazy"
, "Data.List"
, "Data.List.Lazy"
, "Data.List.Lazy.NonEmpty"
, "Data.List.Lazy.Types"
, "Data.List.NonEmpty"
, "Data.List.Partial"
, "Data.List.Types"
, "Data.List.ZipList"
, "Data.Maybe"
, "Data.Maybe.First"
, "Data.Maybe.Last"
Expand Down
30 changes: 15 additions & 15 deletions tests/support/bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "purescript-test-suite-support",
"dependencies": {
"purescript-arrays": "ps-0.11",
"purescript-assert": "ps-0.11",
"purescript-console": "ps-0.11",
"purescript-eff": "ps-0.11",
"purescript-functions": "ps-0.11",
"purescript-generics": "ps-0.11",
"purescript-generics-rep": "ps-0.11",
"purescript-newtype": "ps-0.11",
"purescript-arrays": "4.0.0",
"purescript-assert": "3.0.0",
"purescript-console": "3.0.0",
"purescript-eff": "3.0.0",
"purescript-functions": "3.0.0",
"purescript-generics": "4.0.0",
"purescript-generics-rep": "5.0.0",
"purescript-newtype": "2.0.0",
"purescript-partial": "1.2.0",
"purescript-prelude": "ps-0.11",
"purescript-psci-support": "ps-0.11",
"purescript-st": "ps-0.11",
"purescript-symbols": "ps-0.11",
"purescript-tailrec": "ps-0.11",
"purescript-typelevel-prelude": "ps-0.11",
"purescript-unsafe-coerce": "ps-0.11"
"purescript-prelude": "3.0.0",
"purescript-psci-support": "3.0.0",
"purescript-st": "3.0.0",
"purescript-symbols": "3.0.0",
"purescript-tailrec": "3.0.0",
"purescript-typelevel-prelude": "2.0.0",
"purescript-unsafe-coerce": "3.0.0"
}
}

0 comments on commit 1b965e8

Please sign in to comment.