migrate-to-gitea/migrate-to-gitea.cabal

37 lines
1.1 KiB
Plaintext

cabal-version: 2.4
name: migrate-to-gitea
version: 0.1.0.0
-- A short (one-line) description of the package.
synopsis: cli tool to migrate from git{hub,lab} to a gitea instance
-- A longer description of the package.
description: migrate-to-gitea solves the problem wherein you have just spun up a new self-hosted [gitea](https://gitea.io) instance, and now you want to move your project history there (or perhaps to one of the more well known public instances).
-- A URL where users can report bugs.
-- bug-reports:
-- The license under which the package is released.
license: GPL-3.0-or-later
author: mat ess
maintainer: mat@mat.services
-- A copyright notice.
-- copyright:
-- category:
extra-source-files:
CHANGELOG.md
README.md
executable migrate-to-gitea
main-is: Main.hs
-- Modules included in this executable, other than Main.
-- other-modules:
-- LANGUAGE extensions used by modules in this package.
other-extensions: GHC2021
build-depends: base ^>=4.14.3.0
hs-source-dirs: app
default-language: Haskell2010