Added packages for Haskell.
This commit is contained in:
parent
302aea49e2
commit
e5240f3e51
1 changed files with 28 additions and 0 deletions
|
@ -32,6 +32,34 @@
|
|||
- gcc-5-multilib
|
||||
- clang-3.8
|
||||
|
||||
|
||||
- name: "Installing Haskell language"
|
||||
apt: >
|
||||
name="{{item}}"
|
||||
state=present
|
||||
with_items:
|
||||
- ghc
|
||||
- ibghc-uuid-dev
|
||||
- libghc-uuid-types-dev
|
||||
- libghc-configfile-dev
|
||||
- libghc-path-dev
|
||||
- libghc-ghc-paths-dev
|
||||
- libghc-system-fileio-dev
|
||||
- libghc-path-pieces-dev
|
||||
- libghc-glob-dev
|
||||
- libghc-json-dev
|
||||
- libghc-pandoc-dev
|
||||
- libghc-hoauth2-dev
|
||||
- libghc-feed-dev
|
||||
- libghc-filestore-dev
|
||||
- libghc-xss-sanitize-dev
|
||||
- libghc-recaptcha-dev
|
||||
- libghc-happstack-server-dev
|
||||
- libghc-hstringtemplate-dev
|
||||
- libghc-safe-dev
|
||||
- libghc-uri-dev
|
||||
- libghc-url-dev
|
||||
|
||||
- name: "Installing Ruby language"
|
||||
apt: >
|
||||
name="{{item}}"
|
||||
|
|
Loading…
Reference in a new issue