When I try to install Haskell's scientific
package using stack, it returns with no input as if scientific
is already installed.
$ stack install scientific
$
and yet scientific
is not installed.
Listing installed packages with $ ghc-pkg list
returns no match.
$ ghc-pkg list | grep scientific
$
And furthermore, there is no directory on my entire system named scientific
, as shown by the empty result of this find command.
$ find / -name scientific 2>/dev/null
$
Why is $ stack install scientific
failing to install scientific
?
I am using NixOS 17.03.