packages feed

Cabal revisions of self-extract-0.4.1

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

revision 1
-cabal-version: 1.18---- This file has been generated from package.yaml by hpack version 0.31.0.------ see: https://github.com/sol/hpack------ hash: 04d95aae6b5163d7e6c927045fb0b48fbb9cbe04207ae6051ae1b87bc4d91a38--name:           self-extract-version:        0.4.1-synopsis:       A Haskell library to make self-extracting executables-description:    A Haskell library to make self-extracting executables.-category:       Distribution-homepage:       https://github.com/brandonchinn178/self-extract#readme-bug-reports:    https://github.com/brandonchinn178/self-extract/issues-author:         Brandon Chinn <brandonchinn178@gmail.com>-maintainer:     Brandon Chinn <brandonchinn178@gmail.com>-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-doc-files:-    CHANGELOG.md-    README.md--source-repository head-  type: git-  location: https://github.com/brandonchinn178/self-extract--flag dev-  description: Turn on development settings.-  manual: True-  default: False--library-  exposed-modules:-      Codec.SelfExtract-      Codec.SelfExtract.Distribution-  other-modules:-      Paths_self_extract-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      Cabal >=2.0 && <3-    , base >=4.7 && <5-    , binary >=0.8.5 && <0.9-    , bytestring >=0.10.8 && <0.11-    , extra >=1.6 && <1.7-    , file-embed >=0.0.10 && <0.1-    , path >=0.6 && <0.7-    , path-io >=1.3 && <1.5-    , unix-compat >=0.5 && <0.6-    , ztar >=1.0 && <1.1-  if flag(dev)-    ghc-options: -Werror-  if impl(ghc >= 8.0)-    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances-  default-language: Haskell2010--executable self-bundle-  main-is: Bundle.hs-  other-modules:-      Paths_self_extract-  hs-source-dirs:-      exe-  ghc-options: -Wall-  build-depends:-      base-    , self-extract-  if flag(dev)-    ghc-options: -Werror-  if impl(ghc >= 8.0)-    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances-  default-language: Haskell2010+cabal-version: 1.18
+
+-- This file has been generated from package.yaml by hpack version 0.31.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 04d95aae6b5163d7e6c927045fb0b48fbb9cbe04207ae6051ae1b87bc4d91a38
+
+name:           self-extract
+version:        0.4.1
+x-revision: 1
+synopsis:       A Haskell library to make self-extracting executables
+description:    A Haskell library to make self-extracting executables.
+category:       Distribution
+homepage:       https://github.com/brandonchinn178/self-extract#readme
+bug-reports:    https://github.com/brandonchinn178/self-extract/issues
+author:         Brandon Chinn <brandonchinn178@gmail.com>
+maintainer:     Brandon Chinn <brandonchinn178@gmail.com>
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-doc-files:
+    CHANGELOG.md
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/brandonchinn178/self-extract
+
+flag dev
+  description: Turn on development settings.
+  manual: True
+  default: False
+
+library
+  exposed-modules:
+      Codec.SelfExtract
+      Codec.SelfExtract.Distribution
+  other-modules:
+      Paths_self_extract
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      Cabal >=2.0
+    , base >=4.7 && <5
+    , binary >=0.8.5
+    , bytestring >=0.10.8
+    , extra >=1.6
+    , file-embed >=0.0.10
+    , path >=0.6
+    , path-io >=1.3
+    , unix-compat >=0.5
+    , ztar >=1.0
+  if flag(dev)
+    ghc-options: -Werror
+  if impl(ghc >= 8.0)
+    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
+  default-language: Haskell2010
+
+executable self-bundle
+  main-is: Bundle.hs
+  other-modules:
+      Paths_self_extract
+  hs-source-dirs:
+      exe
+  ghc-options: -Wall
+  build-depends:
+      base
+    , self-extract
+  if flag(dev)
+    ghc-options: -Werror
+  if impl(ghc >= 8.0)
+    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
+  default-language: Haskell2010