File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ New features:
1111Bugfixes:
1212
1313Other improvements:
14+ - Fix warnings revealed by v0.14.1 PS release (#61 by @JordanMartinez )
15+ - Install missing dependencies used in source code (#61 by @JordanMartinez )
1416
1517## [ v8.0.0] ( https://github.com/purescript-contrib/purescript-uri/releases/tag/v8.0.0 ) - 2021-02-26
1618
Original file line number Diff line number Diff line change 33 [ " aff"
44 , " arrays"
55 , " assert"
6+ , " bifunctors"
7+ , " console"
8+ , " control"
9+ , " effect"
10+ , " either"
11+ , " exceptions"
12+ , " foldable-traversable"
13+ , " gen"
614 , " integers"
715 , " js-uri"
8- , " numbers"
16+ , " maybe"
17+ , " newtype"
918 , " parsing"
19+ , " partial"
1020 , " prelude"
1121 , " profunctor-lenses"
1222 , " quickcheck"
23+ , " strings"
24+ , " tailrec"
1325 , " these"
1426 , " transformers"
15- , " unfoldable "
27+ , " tuples "
1628 ]
1729, packages = ./ packages. dhall
1830, sources = [ " src/**/*.purs" , " test/**/*.purs" ]
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ print ∷ PathNoScheme → String
3535print (PathNoScheme (Tuple head tail)) =
3636 case tail of
3737 [] → printSegmentNZNC head
38- ps → printSegmentNZNC head <> " /" <> String .joinWith " /" (map printSegment tail)
38+ _ → printSegmentNZNC head <> " /" <> String .joinWith " /" (map printSegment tail)
You can’t perform that action at this time.
0 commit comments