packages feed

hackport-0.8.0.0: cabal/Cabal-tests/tests/ParserTests/regressions/monad-param.expr

GenericPackageDescription {
  packageDescription =
  PackageDescription {
    specVersion = CabalSpecV1_0,
    package = PackageIdentifier {
      pkgName = PackageName
        "monad-param",
      pkgVersion = mkVersion
        [0, 0, 1]},
    licenseRaw = Right BSD3,
    licenseFiles = [
      SymbolicPath "LICENSE"],
    copyright =
    "Copyright (C) 2006-2007, Edward Kmett",
    maintainer =
    "Edward Kmett <ekmett@gmail.com>",
    author =
    "Edward Kmett <ekmett@gmail.com>",
    stability = "alpha",
    testedWith = [],
    homepage =
    "http://comonad.com/haskell/monad-param/dist/doc/html/Control-Monad-Parameterized.html",
    pkgUrl =
    "http://comonad.com/haskell/monad-param",
    bugReports = "",
    sourceRepos = [],
    synopsis =
    "Parameterized monads",
    description =
    "Implements parameterized monads by overloading the monad sugar with more liberal types.",
    category = "Control",
    customFieldsPD = [],
    buildTypeRaw = Nothing,
    setupBuildInfo = Nothing,
    library = Nothing,
    subLibraries = [],
    executables = [],
    foreignLibs = [],
    testSuites = [],
    benchmarks = [],
    dataFiles = [],
    dataDir = ".",
    extraSrcFiles = [],
    extraTmpFiles = [],
    extraDocFiles = []},
  gpdScannedVersion = Nothing,
  genPackageFlags = [],
  condLibrary = Just
    CondNode {
      condTreeData = Library {
        libName = LMainLibName,
        exposedModules = [
          ModuleName
            "Control.Monad.Parameterized"],
        reexportedModules = [],
        signatures = [],
        libExposed = True,
        libVisibility =
        LibraryVisibilityPublic,
        libBuildInfo = BuildInfo {
          buildable = True,
          buildTools = [],
          buildToolDepends = [],
          cppOptions = [],
          asmOptions = [],
          cmmOptions = [],
          ccOptions = [],
          cxxOptions = [],
          ldOptions = [],
          hsc2hsOptions = [],
          pkgconfigDepends = [],
          frameworks = [],
          extraFrameworkDirs = [],
          asmSources = [],
          cmmSources = [],
          cSources = [],
          cxxSources = [],
          jsSources = [],
          hsSourceDirs = [
            SymbolicPath "src"],
          otherModules = [],
          virtualModules = [],
          autogenModules = [],
          defaultLanguage = Nothing,
          otherLanguages = [],
          defaultExtensions = [],
          otherExtensions = [],
          oldExtensions = [
            EnableExtension
              MultiParamTypeClasses,
            EnableExtension
              FunctionalDependencies,
            EnableExtension
              OverlappingInstances,
            EnableExtension
              UndecidableInstances,
            EnableExtension EmptyDataDecls,
            DisableExtension
              ImplicitPrelude],
          extraLibs = [],
          extraLibsStatic = [],
          extraGHCiLibs = [],
          extraBundledLibs = [],
          extraLibFlavours = [],
          extraDynLibFlavours = [],
          extraLibDirs = [],
          extraLibDirsStatic = [],
          includeDirs = [],
          includes = [],
          autogenIncludes = [],
          installIncludes = [],
          options = PerCompilerFlavor
            [
              "-funbox-strict-fields",
              "-threaded",
              "-fasm"]
            [],
          profOptions = PerCompilerFlavor
            []
            [],
          sharedOptions =
          PerCompilerFlavor [] [],
          staticOptions =
          PerCompilerFlavor [] [],
          customFieldsBI = [],
          targetBuildDepends = [
            Dependency
              (PackageName "base")
              (OrLaterVersion (mkVersion [0]))
              mainLibSet,
            Dependency
              (PackageName "mtl")
              (OrLaterVersion (mkVersion [0]))
              mainLibSet,
            Dependency
              (PackageName "stm")
              (OrLaterVersion (mkVersion [0]))
              mainLibSet],
          mixins = []}},
      condTreeConstraints = [
        Dependency
          (PackageName "base")
          (OrLaterVersion (mkVersion [0]))
          mainLibSet,
        Dependency
          (PackageName "mtl")
          (OrLaterVersion (mkVersion [0]))
          mainLibSet,
        Dependency
          (PackageName "stm")
          (OrLaterVersion (mkVersion [0]))
          mainLibSet],
      condTreeComponents = []},
  condSubLibraries = [],
  condForeignLibs = [],
  condExecutables = [],
  condTestSuites = [],
  condBenchmarks = []}