updated dep, removed useless test

This commit is contained in:
Athan Clark 2019-08-29 15:08:39 -07:00
parent 52b94d89f0
commit d48f80bfd1
3 changed files with 4 additions and 10 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# purescript-bignumber
Bindings to [bignumber.js](https://github.com/MikeMcl/bignumber.js/).

View file

@ -11,7 +11,7 @@
"purescript-prelude": "^4.1.0",
"purescript-either": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-tuples-native": "^1.0.0",
"purescript-tuples-native": "git://github.com/athanclark/purescript-tuples-native.git#fa290264e96c146c4acdad95eee4e8cfdeb6fb2b",
"purescript-integers": "^4.0.0",
"purescript-functions": "^4.0.0",
"purescript-generics-rep": "^6.1.0",

View file

@ -1,9 +0,0 @@
module Test.Main where
import Prelude
import Effect (Effect)
import Effect.Console (log)
main :: Effect Unit
main = do
log "You should add some tests."