Skip to content

Commit 0bbce21

Browse files
fixup: 9.14
1 parent d975303 commit 0bbce21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Streamly/Coreutils/Common.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module Streamly.Coreutils.Common
66
{-# DEPRECATED "This module is deprecated. Please use 'Bool' from 'Data.Bool' instead." #-}
77
( Switch
88
#if __GLASGOW_HASKELL__ >= 914
9-
, type On
10-
, type Off
9+
, data On
10+
, data Off
1111
#else
1212
, pattern On
1313
, pattern Off

0 commit comments

Comments
 (0)