Add missing language pragma

This commit is contained in:
Julian Ospald 2016-06-14 19:32:14 +02:00
vanhempi f47c8edb42
commit 5d5b0ae3c1
No known key found for this signature in database
GPG avaimen ID: 511B62C09D50CD28
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa

Näytä tiedosto

@ -9,6 +9,7 @@
--
-- Provides error handling.
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE ScopedTypeVariables #-}
module HPath.IO.Errors