nixpacks 0.2.5

Generate an OCI compliant image based off app source
Documentation
1
2
3
4
5
6
module Lib
    ( someFunc
    ) where

someFunc :: IO ()
someFunc = putStrLn "Hello from Haskell"