gdritter repos bricoleur / b3e243d
Change collage haskell build steps Getty Ritter 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Collapse all Expand all
1010 {
1111 name "haskell-sample"
1212 dir "s2"
13 cmd [ "cabal new-build" ]
13 cmd [ "rm -rf dist-newstyle" "cabal new-build" ]
1414 expose (sections "Main.hs")
1515 }
1616