Skip to content
Snippets Groups Projects
Commit 02d9c892 authored by Ryan Scott's avatar Ryan Scott
Browse files

Patch fast-logger to build with directory-1.3.8.*

parent 63c7f0f3
No related branches found
No related tags found
No related merge requests found
diff --git a/System/Log/FastLogger/File.hs b/System/Log/FastLogger/File.hs
index e8c4240..bd53357 100644
--- a/System/Log/FastLogger/File.hs
+++ b/System/Log/FastLogger/File.hs
@@ -1,4 +1,7 @@
+{-# LANGUAGE CPP #-}
+#if !MIN_VERSION_directory(1,3,8)
{-# LANGUAGE Safe #-}
+#endif
module System.Log.FastLogger.File
( FileLogSpec(..)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment