This commit is contained in:
Michael Snoyman 2017-08-04 08:12:55 +03:00
parent a4eee30930
commit 3b8ca1d3d1
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -281,7 +281,7 @@ devel opts passThroughArgs = do
cabal <- D.findPackageDesc "." cabal <- D.findPackageDesc "."
#endif #endif
#if MIN_VERSION_Cabal(1, 20, 0) #if MIN_VERSION_Cabal(2, 0, 0)
gpd <- D.readGenericPackageDescription D.normal cabal gpd <- D.readGenericPackageDescription D.normal cabal
#else #else
gpd <- D.readPackageDescription D.normal cabal gpd <- D.readPackageDescription D.normal cabal