a webapp to manage expenses between a group of friends. NOTE: this is really out of date and may not work. see housetab-snap — http://housetab.org
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/usr/bin/env runghc module Main where import Distribution.Simple import Distribution.Simple.Program trhsxProgram = simpleProgram "trhsx" main :: IO () main = defaultMainWithHooks simpleUserHooks { hookedPrograms = [trhsxProgram] }