dhall-haskell/dhall-json/examples/bower.json
antislava c52ae96a0b
json-to-dhall initial implementation (#884)
* Initial draft of the json-to-dhall tool

* Homogenous JSON maps -> Dhall association lists. Bower example.

* Default conversion options. Ghci examples in function annotations.

* Added type signature to text color highlighting functions (error
reporing)

* Removed TypeApplications extension

* Explicit semigroups

* Disable ghc < 8.0 build

* Type specifications for 'None's (e.g. None Integer instead of just None)

* New style for unions, e.g.: < Left : Text | Right : Integer >.Right +1
2019-04-15 01:21:38 +02:00

21 lines
431 B
JSON

{
"name": "purescript-package",
"description": "A simple PS package",
"keywords": [
"purescript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/purescript/purescript-package.git"
},
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-effect": "^2.0.0"
},
"devDependencies": {
"purescript-math": "^2.1.1",
"purescript-integers": "^4.0.0"
}
}