packages feed

hairy-0.1.0: Setup.hs

module Setup
  ( main
  ) where

import Distribution.Simple (defaultMain)

main :: IO ()
main = defaultMain