Skip to content

Commit 3102666

Browse files
Merge pull request #288 from Akshobhya1234/master
Version compatible to stdlib 1.7 and agda 2.6.2
2 parents fb92ec3 + dd9cbde commit 3102666

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ on:
4545
########################################################################
4646

4747
env:
48-
AGDA_COMMIT: 8eb0d01811a663cf2b27b482b3b18690adfa094b
49-
STDLIB_VERSION: 1.6
48+
AGDA_COMMIT: tags/v2.6.2
49+
STDLIB_VERSION: 1.7
5050

5151
GHC_VERSION: 8.6.5
5252
CABAL_VERSION: 3.2.0.0

agda-categories.agda-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: agda-categories
2-
depend: standard-library-1.6
2+
depend: standard-library-1.7
33
include: src/

src/Categories/NaturalTransformation/NaturalIsomorphism/Monoidal/Braided.agda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ module Lax where
8383
}
8484
; trans = λ α β β ⓘᵥ α
8585
}
86-
where
8786

8887
open BraidedMonoidalNaturalIsomorphism
8988

@@ -238,7 +237,6 @@ module Strong where
238237
}
239238
; trans = λ α β β ⓘᵥ α
240239
}
241-
where
242240

243241
open BraidedMonoidalNaturalIsomorphism
244242

src/Categories/NaturalTransformation/NaturalIsomorphism/Monoidal/Symmetric.agda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ module Lax where
8484
}
8585
; trans = λ α β β ⓘᵥ α
8686
}
87-
where
8887

8988
open SymmetricMonoidalNaturalIsomorphism
9089

@@ -240,7 +239,6 @@ module Strong where
240239
}
241240
; trans = λ α β β ⓘᵥ α
242241
}
243-
where
244242

245243
open SymmetricMonoidalNaturalIsomorphism
246244

0 commit comments

Comments
 (0)