Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not respect the GHC option -B. #86

Open
fmap opened this issue Jul 1, 2014 · 0 comments
Open

Does not respect the GHC option -B. #86

fmap opened this issue Jul 1, 2014 · 0 comments

Comments

@fmap
Copy link

fmap commented Jul 1, 2014

% ghci -B/nix/store/hfbh2jpdky9f72c7x3gqswj4q0clm7b2-haskell-env-ghc-7.6.3/lib/ghc-7.6.3/ src/Text/Taggy/Lens.hs 
GHCi, version 7.6.3: http://www.haskell.org/ghc/  :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Text.Taggy.Lens  ( src/Text/Taggy/Lens.hs, interpreted )
Ok, modules loaded: Text.Taggy.Lens.
λ: 
% doctest -B/nix/store/hfbh2jpdky9f72c7x3gqswj4q0clm7b2-haskell-env-ghc-7.6.3/lib/ghc-7.6.3/ src/Text/Taggy/Lens.hs 
doctest: unrecognized option `-B/nix/store/hfbh2jpdky9f72c7x3gqswj4q0clm7b2-haskell-env-ghc-7.6.3/lib/ghc-7.6.3/'
Try `doctest --help' for more information.
%

@sol suspects this is a bug in the GHC API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant