Skip to content

Commit

Permalink
Remove dependency on deprecated data-binary-ieee754 library (#1005)
Browse files Browse the repository at this point in the history
The `data-binary-ieee754` library is deprecated. `crux-llvm` depends on it, but
it doesn't actually use this dependency anywhere, so let's just remove it.
  • Loading branch information
RyanGlScott authored Jun 21, 2022
1 parent 2d547dd commit 7523723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crux-llvm/crux-llvm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ library
aeson,
bv-sized,
config-schema >= 1.2.2.0,
data-binary-ieee754,
logict,
llvm-pretty,
llvm-pretty-bc-parser,
Expand Down

0 comments on commit 7523723

Please sign in to comment.