Created
March 24, 2020 21:58
-
-
Save Taneb/e9a7941d6f2bb41b28abcfb53db98bc1 to your computer and use it in GitHub Desktop.
Agda overlay
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgself: pkgsuper: | |
{ | |
haskell = pkgsuper.haskell // { | |
packageOverrides = self: super: { | |
Agda = pkgself.haskell.lib.doJailbreak super.Agda; | |
time-compat = pkgself.haskell.lib.doJailbreak super.time-compat; | |
}; | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment