Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate hackage-security/pull/306 #9656

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ constraints: these -assoc

program-options
ghc-options: -fno-ignore-asserts

import: hackage-security.config
2 changes: 2 additions & 0 deletions cabal.project.buildinfo
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ optimization: False
-- avoiding extra dependencies
constraints: rere -rere-cfg
constraints: these -assoc

import: hackage-security.config
1 change: 1 addition & 0 deletions cabal.project.doctest
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ write-ghc-environment-files: never
program-options
ghc-options: -fno-ignore-asserts

import: hackage-security.config
2 changes: 2 additions & 0 deletions cabal.project.libonly
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ tests: True

program-options
ghc-options: -fno-ignore-asserts

import: hackage-security.config
2 changes: 2 additions & 0 deletions cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ tests: False
benchmarks: False
optimization: True
index-state: hackage.haskell.org 2024-02-13T10:16:13Z

import: hackage-security.config
2 changes: 2 additions & 0 deletions cabal.project.validate
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ package cabal-testsuite
ghc-options: -Werror
package cabal-install
ghc-options: -Werror

import: hackage-security.config
2 changes: 2 additions & 0 deletions cabal.project.validate.libonly
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ package cabal-testsuite

-- https://github.com/haskell-hvr/cryptohash-sha256/issues/12
allow-newer: cryptohash-sha256:base

import: hackage-security.config
5 changes: 5 additions & 0 deletions hackage-security.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source-repository-package
type: git
location: https://github.com/typechecker/hackage-security.git
tag: 036165c880b93ad6c2071ae8d5bd41af2f781e24
subdir: hackage-security
Loading