Skip to content

Commit b75de2a

Browse files
committed
[ fix ] regex test case
1 parent 7e48fd0 commit b75de2a

File tree

15 files changed

+25
-63
lines changed

15 files changed

+25
-63
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
########################################################################
115115

116116
- name: Install ghc & cabal
117-
uses: haskell-actions/setup@v1
117+
uses: haskell-actions/setup@v2
118118
with:
119119
ghc-version: ${{ env.GHC_VERSION }}
120120
cabal-version: ${{ env.CABAL_VERSION }}

tests/data/list/list.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/data/rational-unnormalised/rational-unnormalised.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/data/rational/rational.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/data/trie/trie.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/monad/counting/counting.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/monad/fibonacci/fibonacci.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/monad/pythagorean/pythagorean.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/monad/tcm/tcm.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/system/ansi/ansi.agda-lib

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)