Skip to content

Commit

Permalink
cabal-validate: Init
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Sep 6, 2024
1 parent 13041ba commit 26fc8d2
Show file tree
Hide file tree
Showing 4 changed files with 958 additions and 524 deletions.
37 changes: 37 additions & 0 deletions cabal-validate/cabal-validate.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
cabal-version: 3.0
name: cabal-validate
version: 1.0.0
copyright: 2024-2024, Cabal Development Team (see AUTHORS file)
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <[email protected]>
synopsis: An internal tool for building and testing the Cabal package manager
build-type: Simple

common warnings
ghc-options: -Wall

executable cabal-validate
import: warnings
default-language: Haskell2010
default-extensions:
OverloadedStrings
, NoFieldSelectors
, DuplicateRecordFields
, OverloadedRecordDot
, TypeApplications
ghc-options: -O -threaded -rtsopts -with-rtsopts=-N

main-is: Main.hs
hs-source-dirs: main

build-depends:
base >=4 && <5
, ansi-terminal >=1 && <2
, turtle >=1 && <2
, optparse-applicative >=0.18 && <1
, containers >=0.6 && <1
, directory >=1.0 && <2
, text >=2 && <3
, terminal-size >=0.3 && <1
, time >=1 && <2
Loading

0 comments on commit 26fc8d2

Please sign in to comment.