nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 38 lines 659 B view raw
1name: julia-top-n 2version: 0.1.0.0 3license: BSD-3-Clause 4author: "Tom McLaughlin" 5maintainer: "tom@codedown.io" 6 7dependencies: 8 - aeson 9 - base >= 4.7 && < 5 10 - bytestring 11 - filepath 12 - optparse-applicative 13 - sandwich 14 - string-interpolate 15 - text 16 - unliftio 17 - vector 18 - yaml 19 20ghc-options: 21 - -Wall 22 - -Wcompat 23 - -Widentities 24 - -Wincomplete-record-updates 25 - -Wincomplete-uni-patterns 26 - -Wmissing-export-lists 27 - -Wmissing-home-modules 28 - -Wpartial-fields 29 - -Wredundant-constraints 30 31executables: 32 julia-top-n-exe: 33 main: Main.hs 34 source-dirs: app 35 ghc-options: 36 - -threaded 37 - -rtsopts 38 - -with-rtsopts=-N