packages feed

Cabal revisions of struct-inspector-1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:      2.4-name:               struct-inspector-version:            1.0.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-packing-report-    main-is:          Main.hs-    ghc-options:      -Wall-    build-depends:    base ^>=4.15.1.0-                    , language-c-                    , bytestring-                    , pretty-                    , multi-except-                    , dlist-nonempty-                    , process-                    , directory-                    , filepath-                    , utf8-string-                    , optparse-applicative-    hs-source-dirs:   app-    default-language: Haskell2010+cabal-version:      2.4
+name:               struct-inspector
+version:            1.0.0
+x-revision: 1
+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-packing-report
+    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