Skip to content

Commit

Permalink
updating bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
cartazio committed Dec 4, 2023
1 parent 751060b commit 5b774bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orange.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ library
other-extensions: CPP, Trustworthy, ScopedTypeVariables, BangPatterns, UnboxedTuples, MagicHash, GADTs, DeriveFunctor, DeriveDataTypeable, DeriveGeneric, GHCForeignImportPrim, UnliftedFFITypes, MultiParamTypeClasses, FunctionalDependencies

-- Other library packages from which modules are imported.
build-depends: base >=4.8 && <4.16
,ghc-prim >= 0.5 && <= 0.8
build-depends: base >=4.8 && <4.20
,ghc-prim >= 0.5 && <= 0.10
-- ,entropy == 0.3.*
,numeric-extras == 0.1.*
,primitive ^>= 0.7.1
Expand Down

0 comments on commit 5b774bb

Please sign in to comment.