Skip to content

Commit

Permalink
Merge pull request #1535 from ysangkok/remove-unnecessary-constraints…
Browse files Browse the repository at this point in the history
…-and-allow-newer

Remove unnecessary constraint/allow-newer
  • Loading branch information
Gaël Deest committed Feb 16, 2022
2 parents d35b3e9 + e2a9165 commit 009dc06
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -52,28 +52,9 @@ tests: True
optimization: False
-- reorder-goals: True

constraints:
-- see https://github.com/haskell-infra/hackage-trustees/issues/119
foundation >=0.0.14,
memory <0.14.12 || >0.14.12

constraints: base-compat ^>=0.11
constraints: semigroups ^>=0.19

-- allow-newer: sqlite-simple-0.4.16.0:semigroups
-- allow-newer: direct-sqlite-2.3.24:semigroups

-- needed for doctests
write-ghc-environment-files: always

-- https://github.com/chordify/haskell-servant-pagination/pull/12
allow-newer: servant-pagination-2.2.2:servant
allow-newer: servant-pagination-2.2.2:servant-server

allow-newer: servant-js:servant
allow-newer: servant-multipart:servant
allow-newer: servant-multipart:servant-server
allow-newer: servant-multipart-api:servant

-- ghc 9
allow-newer: tdigest:base

0 comments on commit 009dc06

Please sign in to comment.