File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
],
6
6
"repository" : {
7
- "type" : " git" ,
8
- "url" : " git://github.com/sharkdp/purescript-format.git"
7
+ "type" : " git" ,
8
+ "url" : " git://github.com/sharkdp/purescript-format.git"
9
9
},
10
10
"license" : " MIT" ,
11
11
"ignore" : [
15
15
" test"
16
16
],
17
17
"dependencies" : {
18
- "purescript-strings" : " ^0.7.1" ,
19
- "purescript-arrays" : " ^0.4.5" ,
20
- "purescript-math" : " ^0.2.0"
21
- },
18
+ "purescript-strings" : " ^1.0.0" ,
19
+ "purescript-arrays" : " ^1.0.0" ,
20
+ "purescript-math" : " ^2.0.0" ,
21
+ "purescript-unfoldable" : " ^1.0.0" ,
22
+ "purescript-integers" : " ^1.0.0"
23
+ }
24
+ ,
22
25
"devDependencies" : {
23
26
"purescript-test-unit" : " ^4.1.0"
24
27
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module Text.Format
14
14
import Prelude
15
15
16
16
import Control.Alt ((<|>))
17
- import Data.Array (replicate )
17
+ import Data.Unfoldable (replicate )
18
18
import Data.Int as Int
19
19
import Data.Maybe (Maybe (..), fromMaybe )
20
20
import Data.Monoid (class Monoid )
You can’t perform that action at this time.
0 commit comments