cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: circus version: 0.1.0.0 synopsis: Types and a small DSL for working with netlistsvg description: Please see the README on GitHub at category: Hardware homepage: https://github.com/isovector/circus#readme bug-reports: https://github.com/isovector/circus/issues author: Sandy Maguire maintainer: sandy@sandymaguire.me copyright: Sandy Maguire license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/isovector/circus library exposed-modules: Circus.DSL Circus.Simplify Circus.Types other-modules: Paths_circus hs-source-dirs: src default-extensions: BangPatterns ConstraintKinds DataKinds DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingStrategies ExistentialQuantification FlexibleContexts FlexibleInstances GADTSyntax GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses PatternSynonyms RankNTypes ScopedTypeVariables TupleSections TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall build-depends: aeson >=1.0.0.0 , base >=4.10 && <5 , bytestring , containers , mtl , syb , text default-language: Haskell2010