Add the haskell book
This commit is contained in:
18
Haskell-book/03/bower.json
Normal file
18
Haskell-book/03/bower.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "03",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"output"
|
||||
],
|
||||
"dependencies": {
|
||||
"purescript-prelude": "^3.1.0",
|
||||
"purescript-console": "^3.0.0",
|
||||
"purescript-arrays": "^4.2.1",
|
||||
"purescript-strings": "^3.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"purescript-psci-support": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user