hydra-0.16.0: hydra.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: hydra
version: 0.16.0
synopsis: Hydra: graphs are programs, and programs are graphs (umbrella package)
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 umbrella package provides a single convenient entry point (the Hydra module) re-exporting the Hydra kernel plus the Haskell coder's moduleToHaskell. Depend on hydra-kernel / hydra-haskell directly for finer-grained APIs.
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
CHANGELOG.md
source-repository head
type: git
location: https://github.com/CategoricalData/hydra
library
exposed-modules:
Hydra
other-modules:
Paths_hydra
hs-source-dirs:
src/main/haskell
build-depends:
base >=4.19.0 && <4.22
, hydra-haskell ==0.16.0
, hydra-kernel ==0.16.0
default-language: Haskell2010