initial commit

This commit is contained in:
2016-05-21 00:24:35 +00:00
committed by Gogs
commit 8c3494a403
3 changed files with 270 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# ---> Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# ---> Haskell
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
.stack-work/
+241
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -0,0 +1,3 @@
# recipe-cost
Tiny Haskell helper script to calculate the cost of a recipe.