Skip to content
Snippets Groups Projects
Commit 0fc12f75 authored by f-a's avatar f-a Committed by Mergify
Browse files

Backport #10895: Preflight checks (#10899)

Move doc files to `extra-doc-files`
Bump open-browser
Remove trailing zeroes from dependency

(cherry picked from commit f49a5fa6)

# Conflicts:
#	Cabal-hooks/Cabal-hooks.cabal
parent 1d84640b
No related branches found
No related tags found
No related merge requests found
cabal-version: 2.2
name: Cabal-hooks
version: 3.14
copyright: 2023, Cabal Development Team
license: BSD-3-Clause
license-file: LICENSE
author: Cabal Development Team <cabal-devel@haskell.org>
maintainer: cabal-devel@haskell.org
homepage: http://www.haskell.org/cabal/
bug-reports: https://github.com/haskell/cabal/issues
synopsis: API for the Hooks build-type
description:
User-facing API for the Hooks build-type.
category: Distribution
build-type: Simple
extra-doc-files:
README.md CHANGELOG.md
source-repository head
type: git
location: https://github.com/haskell/cabal/
subdir: Cabal-hooks
library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
Cabal-syntax >= 3.14 && < 3.15,
Cabal >= 3.14 && < 3.15,
base >= 4.13 && < 5,
containers >= 0.5.0.0 && < 0.8,
transformers >= 0.5.6.0 && < 0.7
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
exposed-modules:
Distribution.Simple.SetupHooks
other-extensions:
BangPatterns
CPP
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
ExistentialQuantification
FlexibleContexts
FlexibleInstances
GeneralizedNewtypeDeriving
ImplicitParams
KindSignatures
LambdaCase
NondecreasingIndentation
OverloadedStrings
PatternSynonyms
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
Trustworthy
TypeFamilies
TypeOperators
TypeSynonymInstances
UndecidableInstances
......@@ -220,7 +220,7 @@ library
build-depends:
async >= 2.0 && < 2.3,
array >= 0.4 && < 0.6,
base16-bytestring >= 0.1.1 && < 1.1.0.0,
base16-bytestring >= 0.1.1 && < 1.1,
binary >= 0.7.3 && < 0.9,
bytestring >= 0.10.6.0 && < 0.13,
containers >= 0.5.6.2 && < 0.8,
......@@ -244,7 +244,7 @@ library
hackage-security >= 0.6.2.6 && < 0.7,
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2,
parsec >= 3.1.13.0 && < 3.2,
open-browser >= 0.2.1.0 && < 0.3,
open-browser >= 0.2.1.0 && < 0.4,
regex-base >= 0.94.0.0 && <0.95,
regex-posix >= 0.96.0.0 && <0.97,
safe-exceptions >= 0.1.7.0 && < 0.2,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment