haskell / haskell-snippets

Official collection of YASnippet Haskell snippets for Emacs.
12 stars 9 forks source link

Implicit dependency cl is no longer required by yasnippet #6

Closed cydparser closed 8 years ago

cydparser commented 8 years ago

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 #-}
lukehoersten commented 8 years ago

Thanks for the PR and all!