I want to use HList: Heterogeneous lists, but the package seems not on Stackage.
I currently use stack. In this case what is the option besides going back to use Cabal?
I want to use HList: Heterogeneous lists, but the package seems not on Stackage.
I currently use stack. In this case what is the option besides going back to use Cabal?
Use
extra-depsinstack.yaml:Stack should prompt you to if you add the package as a dependency in the Cabal file.