Fix build with GHC-7.8

This commit is contained in:
Julian Ospald 2016-06-05 16:12:51 +02:00
부모 a1eb06324f
커밋 d3eb2fc254
No known key found for this signature in database
GPG 키 ID: 511B62C09D50CD28
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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