Skip to content

Commit bc6816a

Browse files
committed
setup: Fix for GHC 8.10 / Cabal 3.10
1 parent aee3538 commit bc6816a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Setup.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
module Main where
66

77
import Distribution.Extra.Doctest
8-
import Distribution.PackageDescription
8+
import Distribution.PackageDescription hiding (Flag)
99
import Distribution.Simple
1010
import Distribution.Simple.LocalBuildInfo
1111
import Distribution.Simple.Setup

0 commit comments

Comments
 (0)