Method: Recipe.haskellplatform

Defined in:
lib/aspects/haskell.rb

.haskellplatformObject



18
19
20
21
22
23
24
# File 'lib/aspects/haskell.rb', line 18

def self.haskellplatform
  if Os.linux?
    Package.apt('haskell-platform')
  else
    'ghc-pkg field haskell-platform version'
  end
end