mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-14 10:26:07 +00:00

* flake.lock: Update Flake lock file updates: • Updated input 'nix-filter': 'github:numtide/nix-filter/3342559a24e85fc164b295c3444e8a139924675b?narHash=sha256-1Wvk8UP7PXdf8bCCaEoMnOT1qe5/Duqgj%2BrL8sRQsSM%3D' (2024-03-11) → 'github:numtide/nix-filter/776e68c1d014c3adde193a18db9d738458cd2ba4?narHash=sha256-SCHiL%2B1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I%3D' (2024-10-29) • Updated input 'nixpkgs24_05': 'github:NixOS/nixpkgs/cd3e8833d70618c4eea8df06f95b364b016d4950?narHash=sha256-knnVBGfTCZlQgxY1SgH0vn2OyehH9ykfF8geZgS95bk%3D' (2024-10-26) → 'github:NixOS/nixpkgs/ea820a7ccaea99d84dda0c5ecbe5fa4992443ad6?narHash=sha256-JA%2BuU5AV0ePKOD5NqIkgIYq7TnNm6lN0CLZgt%2BpP03Q%3D' (2024-11-02) • Updated input 'nixpkgsMaster': 'github:NixOS/nixpkgs/d31617bedffa3e5fe067feba1c68b1a7f644cb4f?narHash=sha256-ZY1qoI8sdcheYWrVqwfQzqwKY31qe76brLz89snKVt4%3D' (2024-10-27) → 'github:NixOS/nixpkgs/3ce0ea52a0a71ac04f4ce0a2c8a629e02a4e6279?narHash=sha256-gCkK9sTqEKYRM5db5nPydip//4mQfiW3GTEw874bYps%3D' (2024-11-03) * stack/stack-9.4.yaml: add libsysprof-capture * stack/stack-9.6.yaml: add libsysprof-capture --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
resolver: lts-22.10 # GHC 9.6.4
|
|
|
|
packages:
|
|
- ..
|
|
- ../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
|
|
|
|
ghc-options:
|
|
# Eventually we want "$locals": -Wall -Wpartial-fields -Werror
|
|
# ghc-parser: -Wall -Wpartial-fields -Werror
|
|
# ihaskell: -Wall -Wpartial-fields -Werror
|
|
# ihaskell-widgets: -Wall -Wpartial-fields -Werror
|
|
|
|
extra-deps:
|
|
# https://github.com/amcphail/plot/pull/23
|
|
- git: https://github.com/codedownio/haskell-plot.git
|
|
commit: dfa26022b5815bcd6a5dd6c818fcd2c4d25c6d44
|
|
|
|
allow-newer: true
|
|
|
|
nix:
|
|
packages:
|
|
- blas
|
|
- cairo
|
|
- expat
|
|
- file
|
|
- fribidi
|
|
- gcc
|
|
- gfortran.cc.lib
|
|
- libdatrie
|
|
- liblapack
|
|
- libselinux
|
|
- libsepol
|
|
- libsodium
|
|
- libsysprof-capture
|
|
- libthai
|
|
- ncurses
|
|
- pango
|
|
- pcre
|
|
- pcre2.dev
|
|
- pkg-config
|
|
- util-linux.dev
|
|
- xorg.libXdmcp
|
|
- zeromq
|
|
- zlib
|