packages feed

ghc-mod-5.8.0.0: test/data/stack-project/src/Lib.hs

module Lib
    ( someFunc
    ) where

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