1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 20:41:38 +03:00

📝 NoLanguageForBlob.

This commit is contained in:
Rob Rix 2018-04-05 10:18:12 -04:00
parent 22a34ad591
commit 4e809089b3

View File

@ -125,6 +125,7 @@ instance FromJSON BlobPair where
_ -> fail "Expected object with 'before' and/or 'after' keys only"
-- | An exception indicating that weve tried to diff or parse a blob of unknown language.
newtype NoLanguageForBlob = NoLanguageForBlob FilePath
deriving (Eq, Exception, Ord, Show, Typeable)