Commit 055fa113 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Add .clippy.dhall to package.yaml, force hpack installation in update-cabal-project script

parent 40cf46df
Pipeline #4296 failed with stages
in 45 minutes and 22 seconds
#!/usr/bin/env bash
hpack
cabal v2-update 'hackage.haskell.org,2023-06-25T00:00:00Z'
cabal v2-install hpack-0.35.0 --overwrite-policy=always
cabal v2-install stack2cabal-1.0.14 --overwrite-policy=always
stack2cabal --no-run-hpack -p '2023-06-25'
......@@ -47,6 +47,7 @@ data-files:
- test-data/ngrams/GarganText_NgramsTerms-QuantumComputing.json
- test-data/phylo/bpa_phylo_test.json
- test-data/phylo/open_science.json
- .clippy.dhall
library:
source-dirs: src
ghc-options:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment