Skip to content

Commit

Permalink
chore: bump agda (#430)
Browse files Browse the repository at this point in the history
Includes the fix for matching display forms in context.
  • Loading branch information
plt-amy authored Sep 11, 2024
1 parent afcf848 commit 2f0110e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions support/nix/dep/Agda/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repo": "agda",
"branch": "master",
"private": false,
"rev": "3a9d3893737b3a47c57e1c997f588931d592b0b6",
"sha256": "06a3v40gb1779ric56bhyhhmkrjbwdzkgxsr00fdnm192a63khnq"
"rev": "9e0d5a54f8b811dbccf8c42f859b44f9c34a3ee8",
"sha256": "1ahkbsiayfbm5kk7xmh8yjvwslrclx8nyis3jmh66nqj84dy83k3"
}
5 changes: 1 addition & 4 deletions support/shake/app/HTML/Backend.hs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
-- Copyright (c) 2005-2021 remains with the Agda authors. See /support/shake/LICENSE.agda

-- | Backend for generating highlighted, hyperlinked HTML from Agda sources.
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE BlockArguments #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE FlexibleContexts, BlockArguments, LambdaCase, DerivingStrategies, OverloadedStrings #-}
module HTML.Backend
( htmlBackend
, compileOneModule
Expand Down
1 change: 1 addition & 0 deletions support/shake/app/Shake/AgdaCompile.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{-# LANGUAGE BlockArguments, ScopedTypeVariables #-}
{-# LANGUAGE GeneralizedNewtypeDeriving, TypeFamilies #-}
{-# LANGUAGE OverloadedStrings #-}
module Shake.AgdaCompile (agdaRules) where

import System.FilePath
Expand Down

0 comments on commit 2f0110e

Please sign in to comment.