Browse Source

Add missing language pragma

tags/0.8.1
Julian Ospald 7 years ago
parent
commit
5d5b0ae3c1
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/HPath/IO/Errors.hs

+ 1
- 0
src/HPath/IO/Errors.hs View File

@@ -9,6 +9,7 @@
--
-- Provides error handling.

{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE ScopedTypeVariables #-}

module HPath.IO.Errors


Loading…
Cancel
Save