Merge pull request #169 from lambdaterms-forks/master

Add decimals, postgresql-client + bump record-fold version
This commit is contained in:
Justin Woo 2018-04-28 10:41:32 -04:00 committed by GitHub
commit e009513877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -368,6 +368,13 @@
"repo": "https://github.com/paf31/purescript-day.git",
"version": "v9.2.0"
},
"decimals": {
"dependencies": [
"maybe"
],
"repo": "https://github.com/sharkdp/purescript-decimals.git",
"version": "v3.0.0"
},
"debug": {
"dependencies": [
"prelude"
@ -1584,6 +1591,28 @@
"repo": "https://github.com/purescript-node/purescript-posix-types.git",
"version": "v3.0.0"
},
"postgresql-client": {
"dependencies": [
"aff",
"arrays",
"bifunctors",
"bytestrings",
"datetime",
"decimals",
"eff",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"lists",
"maybe",
"newtype",
"prelude",
"transformers"
],
"repo": "https://github.com/rightfold/purescript-postgresql-client.git",
"version": "v2.3.0"
},
"pprint": {
"dependencies": [
"arrays",