mirror of
https://github.com/tfausak/github-release.git
synced 2025-07-23 12:23:07 +02:00
7 lines
77 B
Haskell
7 lines
77 B
Haskell
module Main
|
|
( module GitHubRelease,
|
|
)
|
|
where
|
|
|
|
import GitHubRelease (main)
|