32

Is there a simple command / option that lets you do that? I could use grep but I wonder if there is a builtin option?

Chris Stryczynski
  • 30,145
  • 48
  • 175
  • 286
frmsaul
  • 1,366
  • 2
  • 12
  • 19

1 Answers1

51

We can simply do:

cabal list --installed
nbro
  • 15,395
  • 32
  • 113
  • 196
frmsaul
  • 1,366
  • 2
  • 12
  • 19