darcsden :: dbp -> housetab-multi -> blob

a webapp to manage expenses between a group of friends. NOTE: this is really out of date and may not work. see housetab-snaphttp://housetab.org

root / Setup.hs

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]
       }