]> Git — Sourcephile - tmp/julm/alpmestan-sounds.git/blob - sounds.cabal
hello world
[tmp/julm/alpmestan-sounds.git] / sounds.cabal
1 cabal-version: 3.0
2 name: sounds
3 version: 0.1
4 -- synopsis:
5 -- description:
6 license: BSD-3-Clause
7 license-file: LICENSE
8 author: Alp Mestanogullari
9 maintainer: alpmestan@gmail.com
10 -- copyright:
11 category: Sound
12 build-type: Simple
13 extra-doc-files: CHANGELOG.md
14 -- extra-source-files:
15
16 common warnings
17 ghc-options: -Wall
18
19 executable sounds
20 import: warnings
21 main-is: Main.hs
22 -- other-modules:
23 -- other-extensions:
24 build-depends: base, lambdasound, plots, massiv, diagrams-rasterific, linear, diagrams-lib, random, deque
25 hs-source-dirs: exe
26 default-language: GHC2021
27 default-extensions:
28 DuplicateRecordFields,
29 OverloadedRecordDot,
30 NoFieldSelectors