-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsandfix.cabal
29 lines (27 loc) · 913 Bytes
/
sandfix.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
-- Initial sandfix.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: sandfix
version: 1.1
-- synopsis:
-- description:
homepage: github.com/exFalso/sandfix
license: BSD3
license-file: LICENSE
author: exfalso
maintainer: [email protected]
-- copyright:
category: Distribution
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable sandfix
main-is: SandFix.hs
-- other-modules:
-- other-extensions:
build-depends: base < 5
, Cabal >=1.18 && < 1.23
, containers == 0.5.*
, directory == 1.2.*
, filepath == 1.*
hs-source-dirs: src/
default-language: Haskell2010