-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstack-clean-old.cabal
56 lines (54 loc) · 2.03 KB
/
stack-clean-old.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
48
49
50
51
52
53
54
55
56
name: stack-clean-old
version: 0.5.1
synopsis: Clean away old stack build artifacts
description:
A tool for removing old .stack-work/install builds and
.stack/snapshots & programs for older ghc versions
to recover diskspace.
license: BSD3
license-file: LICENSE
author: Jens Petersen <[email protected]>
maintainer: Jens Petersen <[email protected]>
copyright: 2020-2023 Jens Petersen <[email protected]>
homepage: https://github.com/juhp/stack-clean-old
bug-reports: https://github.com/juhp/stack-clean-old/issues
build-type: Simple
category: Distribution
extra-doc-files: README.md
ChangeLog.md
cabal-version: 1.18
source-repository head
type: git
location: https://github.com/juhp/stack-clean-old.git
executable stack-clean-old
main-is: Main.hs
other-modules: Paths_stack_clean_old
Directories
GHC
GHCTarball
Remove
Snapshots
Types
Versions
hs-source-dirs: src
build-depends: base >= 4.8 && < 5
, directory >= 1.2.5
, extra >= 1.4.3
, filepath
, filemanip
, simple-cmd >= 0.1.4
, simple-cmd-args >= 0.1.2
, simple-prompt >= 0.2
default-language: Haskell2010
ghc-options: -Wall
if impl(ghc >= 8.0)
ghc-options: -Wcompat
-Widentities
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wredundant-constraints
if impl(ghc >= 8.2)
ghc-options: -fhide-source-paths
if impl(ghc >= 8.4)
ghc-options: -Wmissing-export-lists
-Wpartial-fields