packages feed

hydra-build-0.17.6: hydra-build.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.39.1.
--
-- see: https://github.com/sol/hpack

name:           hydra-build
version:        0.17.6
synopsis:       Hydra's build system, promoted into Hydra
description:    Hydra is an implementation of the LambdaGraph data model, which takes advantage of an isomorphism between labeled hypergraphs and typed lambda calculus: in Hydra, "graphs are programs, and programs are graphs". This package is Hydra's build system, promoted into Hydra itself: the manifest-derived module-to-package router, kernel/host reconciliation utilities, and pure module-list helpers, expressed as Hydra modules and generated into every self-hosting dialect. It builds on hydra-kernel.
category:       Data
homepage:       https://github.com/CategoricalData/hydra#readme
bug-reports:    https://github.com/CategoricalData/hydra/issues
author:         Joshua Shinavier <josh@fortytwo.net>
maintainer:     Joshua Shinavier <josh@fortytwo.net>
license:        Apache-2.0
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    LICENSE
    NOTICE
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/CategoricalData/hydra

library
  exposed-modules:
      Hydra.Build.Assembly
      Hydra.Build.Assemblyplan
      Hydra.Build.Benchresult
      Hydra.Build.Comparereport
      Hydra.Build.Comparereportlogic
      Hydra.Build.Format
      Hydra.Build.Langexpansion
      Hydra.Build.Libraries
      Hydra.Build.ManifestWriter
      Hydra.Build.Modules
      Hydra.Build.PackagingProfile
      Hydra.Build.Publishsets
      Hydra.Build.Reconcile
      Hydra.Build.Registry
      Hydra.Build.Routing
      Hydra.Build.Syncmatrix
      Hydra.Build.Versionconsistency
      Hydra.Build.Walk
      Hydra.Decode.Build.Assembly
      Hydra.Decode.Build.Benchresult
      Hydra.Decode.Build.Comparereport
      Hydra.Decode.Build.Format
      Hydra.Dsl.Build.Assembly
      Hydra.Dsl.Build.Benchresult
      Hydra.Dsl.Build.Comparereport
      Hydra.Dsl.Build.Format
      Hydra.Encode.Build.Assembly
      Hydra.Encode.Build.Benchresult
      Hydra.Encode.Build.Comparereport
      Hydra.Encode.Build.Format
  other-modules:
      Paths_hydra_build
  hs-source-dirs:
      src/main/haskell
  build-depends:
      base >=4.19.0 && <4.22
    , containers >=0.6.7 && <0.8
    , hydra-kernel ==0.17.6
    , scientific >=0.3.7 && <0.4
  default-language: Haskell2010