Change the panic message

Switch from requesting bug reports to "cryptol-bugs@galois.com" to the github
issue tracker.
This commit is contained in:
Trevor Elliott 2014-07-30 17:08:24 -07:00
parent 5faf927b3e
commit 67a28f4e73

View File

@ -26,7 +26,7 @@ data CryptolPanic = CryptolPanic { panicLoc :: String
instance Show CryptolPanic where
show p = unlines $
[ "You have encountered a bug in Cryptol's implementation."
, "*** Please report this problem to cryptol-bugs@galois.com"
, "*** Please create an issue at https://github.com/galoisinc/cryptol/issues"
, ""
, "%< --------------------------------------------------- "
] ++ rev ++