Skip to content

Commit

Permalink
cabal.project: Remove allow-newer and SRP stanzas
Browse files Browse the repository at this point in the history
Also enable building of test code by default and improve test output.
  • Loading branch information
erikd committed Aug 28, 2024
1 parent 53da27d commit 3bd076f
Showing 1 changed file with 2 additions and 50 deletions.
52 changes: 2 additions & 50 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,53 +12,5 @@ packages:
wai-conduit
time-manager

-- These need hackage revisions but otherwise test fine in the repo
allow-newer:
cryptohash-md5:base
, vault:base
, hashable:base
, hashable:bytestring
, hashable:ghc-bignum
, async:base
, integer-logarithms:base
, integer-logarithms:ghc-bignum
, integer-logarithms:ghc-prim
, scientific:base
, http-api-data:base
, split:base
, blaze-markup:base
, attoparsec:ghc-prim
, aeson:ghc-prim
, time-compat:base
, indexed-traversable-instances:base
, these:base
, assoc:base
, text-short:base
, text-short:ghc-prim
, semialign:base
, indexed-traversable:base
, data-fix:base
, splitmix:base
, OneTuple:base
, postgresql-simple:base
, bytestring-lexing:base
, HTTP:base
, quickcheck-instances:base
, postgresql-libpq:base
, hsc2hs:base
, cabal-doctest:base

-- https://github.com/haskell-foundation/foundation/pull/564
source-repository-package
type: git
location: https://github.com/parsonsmatt/foundation
tag: 688c32ccd9a951bc96dd09423a6e6684f091d510
subdir: basement
subdir: foundation

-- https://github.com/vincenthz/hs-memory/pull/93
source-repository-package
type: git
location: https://github.com/parsonsmatt/hs-memory
tag: 296b79424854eae293f6ba09b5308a0bf4dfd6d5

tests: True
test-show-details: direct

0 comments on commit 3bd076f

Please sign in to comment.