Skip to content

Commit 01f9bcc

Browse files
committed
use glasgow haskell for hascallstack constraint
1 parent 0d4a055 commit 01f9bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/src/Data/Set/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ lookupMin (Bin _ x l _) = Just $! lookupMinSure x l
782782
-- empty.
783783
--
784784
-- __Note__: This function is partial. Prefer 'lookupMin'.
785-
#if MIN_VERSION_base(4,9,0)
785+
#if __GLASGOW_HASKELL__ >= 800
786786
findMin :: HasCallStack => Set a -> a
787787
#else
788788
findMin :: Set a -> a

0 commit comments

Comments
 (0)