Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rembane committed Sep 25, 2023
1 parent b030595 commit f741f62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
runs-on: ubuntu-20.04
timeout-minutes: 60
timeout-minutes:
60
container:
image: buildpack-deps:bionic
continue-on-error: ${{ matrix.allow-failure }}
Expand Down Expand Up @@ -144,11 +145,8 @@ jobs:
cat >> cabal.project <<EOF
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(mat-chalmers)$/; }' >> cabal.project.local
echo "Printing cabal.project"
cat cabal.project
echo "Printing cabal.project.local"
cat cabal.project.local
echo "Done"
- name: dump install plan
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
Expand Down
6 changes: 3 additions & 3 deletions mat-chalmers.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
Tested-With: GHC ==9.0.2
Tested-With: GHC ==9.2.8
data-files:
static/style.css
static/icon.png
Expand Down Expand Up @@ -48,7 +48,7 @@ library
, tagsoup == 0.14.8
, text >= 2.0 && <= 3.0
, file-embed
, thyme
, thyme >= 0.4 && <= 0.5
, word8 == 0.1.3

executable mat-chalmers
Expand Down Expand Up @@ -81,4 +81,4 @@ Test-Suite test-mat
, hspec == 2.7.10
, HUnit == 1.6.2.0
, text
, thyme == 0.3.5.5
, thyme

0 comments on commit f741f62

Please sign in to comment.