haskell/haskell-snippets

Implicit dependency cl is no longer required by yasnippet

Closed this issue · 1 comments

yasnippet recently switched to using cl-lib (as recommended by the Emacs manual). haskell-snippets implicitly depends on cl.el. Users who do not load any packages that require cl will see errors like the following:

{-# OPTIONS_GHC [yas] elisp error: Symbol's function definition is void: some #-}

Thanks for the PR and all!