cabal-version: 2.4
name: struct-inspector
version: 1.1.0
author: Owen Shepherd
maintainer: owen@owen.cafe
synopsis: Inspect the padding and size of C data declarations and their fields
license: BSD-3-Clause
category: Tooling
description: Inspect the padding and size of C data declarations and their fields.
For more information see <https://github.com/414owen/struct-inspector>.
executable struct-inspector
main-is: Main.hs
ghc-options: -Wall
build-depends: base >=4.14 && < 5
, language-c
, bytestring
, pretty
, multi-except
, dlist-nonempty
, process
, directory
, filepath
, utf8-string
, optparse-applicative
hs-source-dirs: app
default-language: Haskell2010