Skip to content

Instantly share code, notes, and snippets.

@phadej
Created May 12, 2020 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phadej/a90def69efaa7223a782b6b8eebe3427 to your computer and use it in GitHub Desktop.
Save phadej/a90def69efaa7223a782b6b8eebe3427 to your computer and use it in GitHub Desktop.
[polinukli] ~ % ghc-pkg list --package-db=/cabal/store/ghc-8.6.5/package.db|grep hashable
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.2.7.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-1.3.0.0
hashable-time-0.2.0.2
hashable-time-0.2.0.2
[polinukli] ~ % ghci -package-db=/cabal/store/ghc-8.6.5/package.db
GHCi, version 8.6.5: http://www.haskell.org/ghc/ :? for help
Loaded package environment from /home/phadej/.ghc/x86_64-linux-8.6.5/environments/default
Prelude> :m +Data.Hashable
<no location info>: error:
Could not load module ‘Data.Hashable’
It is a member of the hidden package ‘hashable-1.3.0.0’.
You can run ‘:set -package hashable’ to expose it.
(Note: this unloads all the modules in the current scope.)
It is a member of the hidden package ‘hashable-1.3.0.0’.
You can run ‘:set -package hashable’ to expose it.
(Note: this unloads all the modules in the current scope.)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment