Skip to content
Snippets Groups Projects
Commit 7c52daf2 authored by Teo Camarasu's avatar Teo Camarasu
Browse files

Remove classy-prelude patch

This has been fixed in https://github.com/snoyberg/mono-traversable/pull/205
and released as classy-prelude-1.5.0.1
parent b509088f
No related branches found
No related tags found
1 merge request!190Remove classy-prelude patch
diff --git a/src/ClassyPrelude.hs b/src/ClassyPrelude.hs
index 3373e08..f683f4c 100644
--- a/src/ClassyPrelude.hs
+++ b/src/ClassyPrelude.hs
@@ -190,7 +190,10 @@ import Data.Time
, toGregorian
, fromGregorian
, formatTime
+#if MIN_VERSION_time(1,10,0)
+#else
, parseTime
+#endif
, parseTimeM
, getCurrentTime
, defaultTimeLocale
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