about summary refs log tree commit diff
path: root/pkgs/development/julia-modules/tests/julia-top-n/package.yaml
blob: 404ebc72dd6745197b6b9fe33d4cc2f7d3509930 (plain) (blame)
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
name:                julia-top-n
version:             0.1.0.0
license:             BSD-3-Clause
author:              "Tom McLaughlin"
maintainer:          "tom@codedown.io"

dependencies:
- aeson
- base >= 4.7 && < 5
- bytestring
- filepath
- optparse-applicative
- sandwich
- string-interpolate
- text
- unliftio
- vector
- yaml

ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wmissing-export-lists
- -Wmissing-home-modules
- -Wpartial-fields
- -Wredundant-constraints

executables:
  julia-top-n-exe:
    main:                Main.hs
    source-dirs:         app
    ghc-options:
    - -threaded
    - -rtsopts
    - -with-rtsopts=-N