-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared-space.cabal
More file actions
27 lines (26 loc) · 887 Bytes
/
shared-space.cabal
File metadata and controls
27 lines (26 loc) · 887 Bytes
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
name: shared-space
version: 0.1.1.1
synopsis: Disk use visualization tool
description: Assembles charts showing space usage with annotations for shared usage between trees of hard-linked files.
license: BSD3
license-file: LICENSE.md
author: Emily Backes
maintainer: lucca@accela.net
copyright: © 2016, 2024, 2025 by Emily Backes
Category: Systems
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable shared-space
main-is: Main.hs
-- other-extensions:
build-depends:
base,
containers,
system-fileio,
system-filepath,
transformers,
unix
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall