packages feed

hpack-dhall-0.5.5: test-suite-golden/test-files/key/with-GHC2021.dhall-1.34.golden

{ name = "with-GHC2021"
, default-extensions =
  [ "ImplicitPrelude"
  , "StarIsType"
  , "MonomorphismRestriction"
  , "TraditionalRecordSyntax"
  , "EmptyDataDecls"
  , "ForeignFunctionInterface"
  , "PatternGuards"
  , "DoAndIfThenElse"
  , "FieldSelectors"
  , "RelaxedPolyRec"
  , "BangPatterns"
  , "BinaryLiterals"
  , "ConstrainedClassMethods"
  , "ConstraintKinds"
  , "DeriveDataTypeable"
  , "DeriveFoldable"
  , "DeriveFunctor"
  , "DeriveGeneric"
  , "DeriveLift"
  , "DeriveTraversable"
  , "EmptyCase"
  , "EmptyDataDeriving"
  , "ExistentialQuantification"
  , "ExplicitForAll"
  , "FlexibleContexts"
  , "FlexibleInstances"
  , "GADTSyntax"
  , "GeneralizedNewtypeDeriving"
  , "HexFloatLiterals"
  , "ImportQualifiedPost"
  , "InstanceSigs"
  , "KindSignatures"
  , "MultiParamTypeClasses"
  , "RecordPuns"
  , "NamedWildCards"
  , "NumericUnderscores"
  , "PolyKinds"
  , "PostfixOperators"
  , "RankNTypes"
  , "ScopedTypeVariables"
  , "StandaloneDeriving"
  , "StandaloneKindSignatures"
  , "TupleSections"
  , "TypeApplications"
  , "TypeOperators"
  , "TypeSynonymInstances"
  ]
, executable = { main = "Main.hs", source-dirs = "src" }
}