mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Switch default library profiling to true (pinging @manny-fp)
This commit is contained in:
parent
0ffdb203c3
commit
ca28a53e91
@ -120,7 +120,7 @@ instance FromJSON PackageConstraints where
|
||||
pcBuildBenchmarks <- o .: "build-benchmarks"
|
||||
pcFlagOverrides <- Map.mapKeysWith const mkFlagName <$> o .: "flags"
|
||||
pcMaintainer <- o .:? "maintainer"
|
||||
pcEnableLibProfile <- fmap (fromMaybe False) (o .:? "library-profiling")
|
||||
pcEnableLibProfile <- fmap (fromMaybe True) (o .:? "library-profiling")
|
||||
return PackageConstraints {..}
|
||||
|
||||
-- | The proposed plan from the requirements provided by contributors.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user