Skip to content

Commit

Permalink
Merge pull request #288 from Akshobhya1234/master
Browse files Browse the repository at this point in the history
Version compatible to stdlib 1.7 and agda 2.6.2
  • Loading branch information
JacquesCarette authored Jun 27, 2021
2 parents fb92ec3 + dd9cbde commit 3102666
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ on:
########################################################################

env:
AGDA_COMMIT: 8eb0d01811a663cf2b27b482b3b18690adfa094b
STDLIB_VERSION: 1.6
AGDA_COMMIT: tags/v2.6.2
STDLIB_VERSION: 1.7

GHC_VERSION: 8.6.5
CABAL_VERSION: 3.2.0.0
Expand Down
2 changes: 1 addition & 1 deletion agda-categories.agda-lib
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: agda-categories
depend: standard-library-1.6
depend: standard-library-1.7
include: src/
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ module Lax where
}
; trans = λ α β β ⓘᵥ α
}
where

open BraidedMonoidalNaturalIsomorphism

Expand Down Expand Up @@ -238,7 +237,6 @@ module Strong where
}
; trans = λ α β β ⓘᵥ α
}
where

open BraidedMonoidalNaturalIsomorphism

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ module Lax where
}
; trans = λ α β β ⓘᵥ α
}
where

open SymmetricMonoidalNaturalIsomorphism

Expand Down Expand Up @@ -240,7 +239,6 @@ module Strong where
}
; trans = λ α β β ⓘᵥ α
}
where

open SymmetricMonoidalNaturalIsomorphism

Expand Down

0 comments on commit 3102666

Please sign in to comment.