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