-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubmods-to-source-repos.cabal
47 lines (45 loc) · 1.92 KB
/
submods-to-source-repos.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
cabal-version: 2.4
name: submods-to-source-repos
version: 0.0.0.20211210
synopsis: Convert submodules to source-repository-packages
description: Convert a submodule-using @cabal.project@ file to one that
uses @source-repository-package@s.
homepage: https://github.com/RyanGlScott/submods-to-source-repos
bug-reports: https://github.com/RyanGlScott/submods-to-source-repos/issues
license: BSD-3-Clause
author: Ryan Scott
maintainer: Ryan Scott <[email protected]>
stability: Provisional
copyright: (C) 2021 Ryan Scott
category: Development
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
tested-with: GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
, GHC == 9.2.8
, GHC == 9.4.8
, GHC == 9.6.6
, GHC == 9.8.4
, GHC == 9.10.1
source-repository head
type: git
location: https://github.com/RyanGlScott/submods-to-source-repos
executable submods-to-source-repos
main-is: Main.hs
build-depends: base >= 4.11 && < 5
, Cabal-syntax >= 3.8 && < 3.15
, cabal-install-parsers >= 0.5 && < 0.7
, containers >= 0.5.7.1 && < 0.9
, directory >= 1.3 && < 1.4
, extra >= 1.7.10 && < 1.9
, filepath >= 1.4.1.1 && < 1.6
, network-uri >= 2.6.1 && < 2.7
, optparse-applicative >= 0.16.1 && < 0.19
, pretty >= 1.1.3.3 && < 1.2
, process >= 1.4.3 && < 1.7
hs-source-dirs: exe
default-language: Haskell2010
ghc-options: -Wall -threaded