-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshuffle.cabal
42 lines (39 loc) · 848 Bytes
/
shuffle.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
-- Initial shuffle.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: shuffle
version: 0.0.1
-- synopsis:
-- description:
license: MIT
license-file: LICENSE
author: Ben Cochrane
maintainer: ben.cochrane2112@gmail.com
-- copyright:
-- category:
build-type: Simple
cabal-version: -any
build-depends: base >= 4.0, directory >= 1.2, random >= 1.0
executable: shuffle
main-is: Main.hs
buildable: True
build-tools:
cpp-options:
cc-options:
ld-options:
pkgconfig-depends:
frameworks:
c-sources:
extensions:
extra-libraries:
extra-lib-dirs:
includes:
install-includes:
include-dirs:
hs-source-dirs: src
other-modules:
ghc-prof-options:
ghc-shared-options:
ghc-options:
hugs-options:
nhc98-options:
jhc-options: