-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Labels
cabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").type: enhancement
Description
For quick and dirty exploratory programming —usually when testing new versions of packages— I sometimes create a cabal sandbox in a folder, and then install the desired packages, without bothering to create a cabal file. I then use cabal exec
to gain access to the packages.
cabal sandbox init
cabal install transformers-0.5.2.0
...
cabal exec -- ghci
It would be nice if the new Cabal supported something similar to this. Of course, a possible workaround is to create a dummy project.
gwils
Metadata
Metadata
Assignees
Labels
cabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").type: enhancement