-- This file has been generated from package.yaml by hpack version 0.5.1. -- -- see: https://github.com/sol/hpack name: hpack version: 0.5.2 x-revision: 3 synopsis: An alternative format for Haskell packages homepage: https://github.com/sol/hpack#readme bug-reports: https://github.com/sol/hpack/issues maintainer: Simon Hengel license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/sol/hpack library build-depends: base <4.20 hs-source-dirs: src ghc-options: -Wall build-depends: aeson >= 0.8 && < 1 , base >= 4.7 && < 5 , base-compat >= 0.8 , deepseq , directory , filepath , Glob < 0.9 , text , unordered-containers , yaml exposed-modules: Hpack.Config Hpack.Run other-modules: Hpack.Render Hpack.Util default-language: Haskell2010 executable hpack main-is: Main.hs hs-source-dirs: driver ghc-options: -Wall build-depends: aeson >= 0.8 && < 1 , base >= 4.7 && < 5 , base-compat >= 0.8 , deepseq , directory , filepath , Glob < 0.9 , text , unordered-containers , yaml , hpack default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test , src ghc-options: -Wall build-depends: aeson >= 0.8 && < 1 , base >= 4.7 && < 5 , base-compat >= 0.8 , deepseq , directory , filepath , Glob < 0.9 , text , unordered-containers , yaml , hspec == 2.* , mockery >= 0.3 , interpolate , aeson-qq other-modules: Helper Hpack.ConfigSpec Hpack.RenderSpec Hpack.RunSpec Hpack.UtilSpec Hpack.Config Hpack.Render Hpack.Run Hpack.Util default-language: Haskell2010