Skip to content

Commit 88d8971

Browse files
committed
Merge pull request #15 from philopon/fix/purescript-foldable-traversable-0.2.1
update purescript-foldable-traversable-0.2.1
2 parents ab8192b + c19bb35 commit 88d8971

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"purescript-arrays" : "~0.3.0",
1919
"purescript-maybe" : "~0.2.1",
20-
"purescript-foldable-traversable" : "~0.1.6",
20+
"purescript-foldable-traversable" : "~0.2.1",
2121
"purescript-unfoldable" : "~0.2.0",
2222
"purescript-transformers" : "~0.3.1",
2323
"purescript-lazy" : "~0.1.2",

src/Data/List/Lazy/List.purs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ module Data.List.Lazy
1515
, prepend
1616
, prepend'
1717
, repeat
18-
, scanl
1918
, singleton
2019
, tail
2120
, take
@@ -61,7 +60,6 @@ module Data.List.Lazy
6160
prepend = L.prepend
6261
prepend' = L.prepend'
6362
repeat = L.repeat
64-
scanl = L.scanl
6563
singleton = L.singleton
6664
tail = L.tail
6765
take = L.take

0 commit comments

Comments
 (0)