IHaskell/stack.yaml

56 lines
1.2 KiB
YAML
Raw Normal View History

2024-02-12 14:28:23 +11:00
resolver: lts-22.10 # GHC 9.6.4
2015-07-16 22:50:12 +01:00
packages:
2023-07-08 01:39:10 -07:00
- .
- ./ipython-kernel
- ./ghc-parser
- ./ihaskell-display/ihaskell-aeson
- ./ihaskell-display/ihaskell-blaze
- ./ihaskell-display/ihaskell-charts
- ./ihaskell-display/ihaskell-diagrams
- ./ihaskell-display/ihaskell-gnuplot
- ./ihaskell-display/ihaskell-graphviz
- ./ihaskell-display/ihaskell-hatex
- ./ihaskell-display/ihaskell-juicypixels
- ./ihaskell-display/ihaskell-magic
- ./ihaskell-display/ihaskell-plot
# - ./ihaskell-display/ihaskell-static-canvas
- ./ihaskell-display/ihaskell-widgets
2018-10-22 19:26:56 -04:00
ghc-options:
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
2020-11-23 22:37:03 +11:00
# ghc-parser: -Wall -Wpartial-fields -Werror
# ihaskell: -Wall -Wpartial-fields -Werror
# ihaskell-widgets: -Wall -Wpartial-fields -Werror
2023-07-08 01:39:10 -07:00
extra-deps:
2023-12-28 22:42:43 +11:00
# https://github.com/amcphail/plot/pull/23
- git: https://github.com/codedownio/haskell-plot.git
commit: dfa26022b5815bcd6a5dd6c818fcd2c4d25c6d44
allow-newer: true
2023-07-08 01:39:10 -07:00
2017-07-15 21:01:57 +08:00
nix:
packages:
2023-07-08 01:39:10 -07:00
- blas
- cairo
- expat
- file
- fribidi
- gcc
- gfortran.cc.lib
- libdatrie
- liblapack
- libselinux
- libsepol
- libthai
- ncurses
- pango
- pcre
- pcre2.dev
- pkg-config
- util-linux.dev
- xorg.libXdmcp
- zeromq
- zlib