File: Debianize.hs

package info (click to toggle)
cabal-debian 5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,040 kB
  • sloc: haskell: 5,571; sh: 138; makefile: 91
file content (5 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (14)
1
2
3
4
5
import Distribution.Debian

main :: IO ()
main = debianize (Config { flags = defaultFlags {buildDeps = ["haskell-hsx-utils"] ++ buildDeps defaultFlags}
                         , modifyAtoms = id })