-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
0.kind: questionRequests for a specific question to be answeredRequests for a specific question to be answered6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language
Description
Hi, this is my ~/.nixpkgs/config.nix.
All the packages listed there work, in the sense that they are recognised by emacs+haskellMode, ghci and ghc during normal operations.
The package sbv, however, does not: it isn't recognized by emacs, and when I try to import it in ghci or compile a file importing it, I get an error along the lines of:
Could not find module ‘Data.SBV’
Perhaps you meant Data.Set (from containers-0.5.5.1)
Use -v to see a list of the files searched for.
Do you have the same problem?
Edit: I'm on nixos-unstable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: questionRequests for a specific question to be answeredRequests for a specific question to be answered6.topic: haskellGeneral-purpose, statically typed, purely functional programming languageGeneral-purpose, statically typed, purely functional programming language