packages feed

Noise-1.0.0: dist/package.conf.inplace

[InstalledPackageInfo {installedPackageId = InstalledPackageId "Noise-0.0.1-inplace", sourcePackageId = PackageIdentifier {pkgName = PackageName "Noise", pkgVersion = Version {versionBranch = [0,0,1], versionTags = []}}, license = BSD3, copyright = "", maintainer = "Hugo Daniel <hugodaniel@hackological.com>", author = "", stability = "", homepage = "", pkgUrl = "", description = "A Haskell coherent noise generator roughly based on libnoise.\nFor more information on libnoise, please check: <http://libnoise.sourceforge.net>.\n\nThe noise modules were extensively profiled and benchmarked,\nthe slower pure functions were rewritten in C.\nThe main objective of this packer is to provide a simple interface\nto compose noise modules.\n\nYou could compose several noise modules like this:\n\n> myPerlin = perlin `isSourceOf` scalebias\nscale = 1.0\n`isSourceOf` absolute\n> myComposition = perlin\nperlinFrequency = 0.123\n`andModule` billow\nbillowOctaves = 12\n`andModule` myPerlin\n`areSourcesOf`\nselect\nupperBound = 0.7, lowerBound = 0.2\n\nThis is a 3D noise package, to get a value you need to specify a\ntriple:\n\n> getValue myComposition (-0.1, -0.5, 0.76)\n\nFor more information please read the documentation of each module\nbellow.", category = "Math", exposed = True, exposedModules = ["Math.Noise","Math.Noise.NoiseGen","Math.Noise.NoiseModule","Math.Noise.Modules.Abs","Math.Noise.Modules.Billow","Math.Noise.Modules.Perlin","Math.Noise.Modules.Select","Math.Noise.Modules.ScaleBias"], hiddenModules = ["Math.Noise.Interpolation","Math.Noise.VectorTable"], importDirs = ["/home/hugo/Development/Personal/Noise/dist/build"], libraryDirs = ["/home/hugo/Development/Personal/Noise/dist/build"], hsLibraries = ["HSNoise-0.0.1"], extraLibraries = [], extraGHCiLibraries = [], includeDirs = ["/home/hugo/Development/Personal/Noise/Math/Noise","/home/hugo/Development/Personal/Noise/Math/Noise/Modules"], includes = [], depends = [InstalledPackageId "array-0.3.0.2-3444ee049e55c8df31a0796287f56a5e",InstalledPackageId "base-4.3.1.0-1554f26e1cc1c87f47464e927dddbd20",InstalledPackageId "data-default-0.2.0.1-af7457a414bf8afe6d487bc4398590fa",InstalledPackageId "vector-0.7.0.1-3a18a3c369c7e19a25c6ed8559ed6128"], hugsOptions = [], ccOptions = [], ldOptions = [], frameworkDirs = [], frameworks = [], haddockInterfaces = ["/home/hugo/Development/Personal/Noise/dist/doc/html/Noise/Noise.haddock"], haddockHTMLs = ["/home/hugo/Development/Personal/Noise/dist/doc/html/Noise"]}
]