Skip to content

Commit 82ca279

Browse files
committed
Update .travis.yml
1 parent 55eb43e commit 82ca279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 0.10
4+
- stable
55
env:
66
- PATH=$HOME/purescript:$PATH
77
install:

src/Data/BigInt.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Data.BigInt
1515

1616
import Prelude
1717

18-
import Data.Maybe
18+
import Data.Maybe (Maybe(..))
1919

2020
-- | An arbitrary length integer.
2121
foreign import data BigInt :: *

0 commit comments

Comments
 (0)