Skip to content

Commit fdd0541

Browse files
don't care about name shadowing
1 parent 82f6536 commit fdd0541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constrained/Spec/List.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{-# LANGUAGE TypeOperators #-}
1818
{-# LANGUAGE UndecidableSuperClasses #-}
1919
{-# LANGUAGE ViewPatterns #-}
20-
{-# OPTIONS_GHC -Wno-orphans #-}
20+
{-# OPTIONS_GHC -Wno-orphans -Wno-name-shadowing #-}
2121

2222
-- | `TypeSpec` definition for `[]` and functions for writing constraints over
2323
-- lists

0 commit comments

Comments
 (0)