cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6d5ae7d56e9f4ed0dcd9ab184b52c93efda2405f535518f2421764cec0375877

name:           stack-wrapper
version:        0.1.0
x-revision: 1
synopsis:       Call ghc within stack by calling ghc
description:    When you invoke ghc of stack-wrapper, you can invoke the appropriate one which specified by the resolver of stack.yaml.
category:       Development
homepage:       https://github.com/kakkun61/stack-wrapper#readme
bug-reports:    https://github.com/kakkun61/stack-wrapper/issues
author:         Kazuki Okamoto
maintainer:     kazuki.okamoto@kakkun61.com
copyright:      Kazuki Okamoto
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/kakkun61/stack-wrapper

library
  exposed-modules:
      StackWrapper
  other-modules:
      Paths_stack_wrapper
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4 && <5
    , filepath >=1.4
    , process >=1.2
  default-language: Haskell2010

executable exe
  main-is: exe.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable ghc
  main-is: ghc.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable ghc-pkg
  main-is: ghc-pkg.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable ghci
  main-is: ghci.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable haddock
  main-is: haddock.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable hp2ps
  main-is: hp2ps.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable hsc2hs
  main-is: hsc2hs.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable runghc
  main-is: runghc.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010

executable runhaskell
  main-is: runhaskell.hs
  other-modules:
      GhcLib
      Paths_stack_wrapper
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat
  build-depends:
      base >=4.7 && <4.8
    , filepath >=1.4
    , process >=1.2
    , stack-wrapper
  default-language: Haskell2010