Skip to content

Commit

Permalink
bump constraints-extras
Browse files Browse the repository at this point in the history
(cherry picked from commit 619727b)
  • Loading branch information
cgibbard authored and alexfmpe committed Jan 21, 2023
1 parent b1ddcdf commit ea63570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependent-sum-template/test/test.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE EmptyDataDecls #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
Expand Down
2 changes: 1 addition & 1 deletion dependent-sum/dependent-sum.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Library
Data.Some
other-extensions: PatternSynonyms
build-depends: base >= 4.9 && <5
, constraints-extras >= 0.2 && < 0.4
, constraints-extras >= 0.2 && < 0.5

-- tight bounds, so re-exported API is versioned properly.
build-depends: some >= 1.0.1 && < 1.0.4
Expand Down

0 comments on commit ea63570

Please sign in to comment.