Skip to content

Commit edf66d2

Browse files
Remove dependency on data-default-class
1 parent 7521f6f commit edf66d2

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/Streamly/Coreutils/Common.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,4 @@ module Streamly.Coreutils.Common
22
( Switch (..))
33
where
44

5-
import Data.Default.Class (Default(..))
6-
75
data Switch = On | Off deriving (Show, Eq)
8-
9-
instance Default Switch
10-
where
11-
def = Off

streamly-coreutils.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ library
104104
, time >= 1.9 && < 1.14
105105
, unix >= 2.7.0 && < 2.8
106106
, directory >= 1.2.2 && < 1.4
107-
, data-default-class >= 0.1 && < 0.2
108107
hs-source-dirs: src
109108
exposed-modules:
110109
Streamly.Coreutils

0 commit comments

Comments
 (0)