packages feed

A-gent-0.11.0.6: Setup.hs

{-# OPTIONS_GHC -Wall -Werror #-}

--------------------------------------------------------------------------------

-- |
-- Copyright  : (c) 2026 SPISE MISU ApS
-- License    : SSPL-1.0 OR AGPL-3.0-only
-- Maintainer : SPISE MISU <mail+hackage@spisemisu.com>
-- Stability  : experimental

--------------------------------------------------------------------------------

import           Distribution.Simple
  ( defaultMain
  )

--------------------------------------------------------------------------------

main :: IO ()
main = defaultMain