packages feed

summoner-2.0.0.0: examples/cabal-full/src/CabalFull.hs

{- |
Copyright: (c) 2020 Kowainik
SPDX-License-Identifier: BSD-3-Clause
Maintainer: Kowainik <xrom.xkov@gmail.com>

Cabal-only example with all integrations
-}

module CabalFull
       ( someFunc
       ) where


someFunc :: IO ()
someFunc = putStrLn ("someFunc" :: String)