Skip to content

Can't install by following README instructions #704

Closed
@tibbe

Description

@tibbe

I'm unable to find the haskell-mode package when using package-install. I have this in my init:

;; Packages
(require 'package)
(add-to-list 'package-archives
             '("melpa-stable" . "http://stable.melpa.org/packages/"))

(defvar my-packages '(git-commit-mode markdown-mode protobuf-mode
                      better-defaults magit ido-ubiquitous
                                      yasnippet haskell-mode ghc smex
                                      exec-path-from-shell haskell-mode))
(package-initialize)
(dolist (p my-packages)
  (when (not (package-installed-p p))
    (package-install p)))

A manual package content refresh and package-install doesn't list the package either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions