Skip to content

Commit 9efeb09

Browse files
committed
Tiny but essential fix for the 9.6 version
1 parent ffc1cf2 commit 9efeb09

File tree

1 file changed

+1
-1
lines changed
  • src-version-changes/ghc96/after/Data/Tuple/Linear

1 file changed

+1
-1
lines changed

src-version-changes/ghc96/after/Data/Tuple/Linear/Compat.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{-# LANGUAGE LinearTypes #-}
22

3-
module Data.Tuple.Linear where
3+
module Data.Tuple.Linear.Compat where
44

55
import Data.Tuple
66

0 commit comments

Comments
 (0)