Add missing language pragma

This commit is contained in:
Julian Ospald 2016-06-14 19:32:14 +02:00
parent f47c8edb42
commit 5d5b0ae3c1
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

View File

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