packages feed

haskell-language-server-1.1.0.0: test/testdata/addPackageTest/hpack-exe/asdf.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.32.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 69241e1f4f912f034502d225d2017f035c38062080733108c11cd3d111cb9007

name:           asdf
version:        0.1.0.0
description:    Please see the README on GitHub at <https://github.com/githubuser/asdf#readme>
homepage:       https://github.com/githubuser/asdf#readme
bug-reports:    https://github.com/githubuser/asdf/issues
author:         Author name here
maintainer:     example@example.com
copyright:      2018 Author name here
license:        BSD3
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/githubuser/asdf

executable asdf-exe
  main-is: Main.hs
  other-modules:
      Asdf
      Paths_asdf
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
  default-language: Haskell2010