File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 nix_path : nixpkgs=channel:nixpkgs-unstable
2020
21+ - name : Nix channel --update
2122 - run : nix-channel --update
2223
24+ - name : Cabal update
25+ - run : nix develop --command bash -c 'cabal update'
26+
2327 - name : Build and run tests
24- run : nix develop --command bash -c 'cabal test'
28+ run : nix develop --command bash -c 'cabal install hspec-discover && cabal test'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license: BSD-3-Clause
77license-file : LICENSE
88author : David Johnson
99maintainer : code@dmj.io
10- copyright : David Johnson (c) 2018-2025
10+ copyright : David Johnson (c) 2018-2026
1111category : Math
1212build-type : Custom
1313extra-source-files : CHANGELOG.md
@@ -88,7 +88,7 @@ library
8888 c-sources :
8989 cbits/wrapper.c
9090 build-depends :
91- base < 5 , filepath, vector
91+ base < 5 , deepseq, filepath, vector
9292 hs-source-dirs :
9393 src
9494 ghc-options :
You can’t perform that action at this time.
0 commit comments