Add missing language pragma

This commit is contained in:
2016-06-14 19:32:14 +02:00
parent f47c8edb42
commit 5d5b0ae3c1

View File

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