File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
{-# LANGUAGE RecordWildCards #-}
4
4
{-# LANGUAGE StandaloneDeriving #-}
5
5
{-# LANGUAGE ViewPatterns #-}
6
- {-# OPTIONS_GHC -fno-warn-orphans #-}
6
+ {-# OPTIONS_GHC -fno-warn-orphans -Wno-unused-record-wildcards #-}
7
+
7
8
#include "thyme.h"
8
9
9
10
-- | Formatting and parsing for dates and times.
Original file line number Diff line number Diff line change @@ -101,11 +101,12 @@ library
101
101
vector >= 0.9 ,
102
102
vector-th-unbox >= 0.2.1.0 ,
103
103
vector-space >= 0.8
104
+
104
105
if os(windows)
105
106
build-depends : Win32
106
107
if os(darwin) || os(freebsd)
107
108
build-tools : cpphs
108
- ghc-options : -pgmP cpphs -optP -- cpp
109
+ ghc-options : " -pgmP cpphs -- cpp"
109
110
if flag(lens) || flag(docs)
110
111
build-depends : lens >= 3.9
111
112
else
You can’t perform that action at this time.
0 commit comments