Skip to content

Commit

Permalink
Check in hpack-generated cabal file to support cabal install workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jberryman committed Dec 16, 2019
1 parent ad6df73 commit f8f1492
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ci-info.cabal
dist
dist-*
cabal-dev
Expand Down
44 changes: 44 additions & 0 deletions ci-info.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
-- This file has been generated from package.yaml by hpack version 0.9.1.
--
-- see: https://github.com/sol/hpack

name: ci-info
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/hasura/ci-info-hs#readme>
homepage: https://github.com/hasura/ci-info-hs#readme
bug-reports: https://github.com/hasura/ci-info-hs/issues
author: Ajeet D'Souza
maintainer: [email protected]
copyright: 2019 Hasura Inc.
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/hasura/ci-info-hs

library
hs-source-dirs:
src
ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -Widentities -Wredundant-constraints -Wmissing-export-lists -Wpartial-fields
build-depends:
base >= 4.7 && < 5
, aeson
, aeson-casing
, hashable
, template-haskell
, th-lift-instances
, text
, unordered-containers
exposed-modules:
CI
other-modules:
CI.TH
CI.Types
Paths_ci_info
default-language: Haskell2010

0 comments on commit f8f1492

Please sign in to comment.