;ELC���
;;; Compiled
;;; in Emacs version 28.0.50
;;; with all optimizations.



(byte-code "\300\301!\210\300\302!\207" [require cl-lib haskell-session] 2)
#@93 If there is a haskell-session, return the path to the usual sandbox location.

(fn SESSION)
(defalias 'haskell-sandbox-path #[257 "\300!\301P\207" [haskell-session-cabal-dir "/.cabal-sandbox"] 3 (#$ . 163)])
#@41 Is there a cabal sandbox?

(fn SESSION)
(defalias 'haskell-sandbox-exists-p #[257 "\300\301!!\207" [file-exists-p haskell-sandbox-path] 4 (#$ . 378)])
#@56 Get the package database of the sandbox.

(fn SESSION)
(defalias 'haskell-sandbox-pkgdb #[257 "\300\301!!\302\303\"@\211\205�\301!\304Q\207" [directory-files haskell-sandbox-path cl-remove-if-not #[257 "\300\301\"\207" [string-match ".conf.d$"] 4 "\n\n(fn FILE)"] "/"] 6 (#$ . 536)])
(provide 'haskell-sandbox)