Skip to content

Commit

Permalink
Relax base dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftaroundabout committed May 21, 2023
1 parent 750c890 commit b95d764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion half-space/half-space.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library
exposed-modules: Data.Monoid.Additive
-- other-modules:
other-extensions: FlexibleInstances, UndecidableInstances, TypeFamilies, FlexibleContexts, GADTs, DefaultSignatures, DeriveGeneric, StandaloneDeriving, ConstraintKinds, UnicodeSyntax, ScopedTypeVariables, AllowAmbiguousTypes, TypeApplications, RankNTypes, EmptyCase, TypeOperators, TypeInType, CPP
build-depends: base >=4.10 && <4.17
build-depends: base >=4.10 && <4.19
, vector-space >=0.16 && <0.17
, manifolds-core >=0.6 && <0.7
, equational-reasoning >=0.7 && <0.8
Expand Down

0 comments on commit b95d764

Please sign in to comment.