profig 0.04 → 0.05

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/profig/haskell.rb +11 -0
  2. metadata +5 -4
@@ -0,0 +1,11 @@
1
+
2
+ module Profig
3
+
4
+
5
+ def self.handle_hackage(package_name, opts)
6
+ cmd = "cabal install #{package_name}"
7
+ system cmd
8
+ end
9
+
10
+
11
+ end # module
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: profig
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 4
9
- version: "0.04"
8
+ - 5
9
+ version: "0.05"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Graham
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-10-01 00:00:00 -04:00
17
+ date: 2010-12-31 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -32,6 +32,7 @@ files:
32
32
  - lib/profig/debian.rb
33
33
  - lib/profig/ubuntu.rb
34
34
  - lib/profig/config.rb
35
+ - lib/profig/haskell.rb
35
36
  - lib/profig/ruby.rb
36
37
  - lib/profig/main.rb
37
38
  - lib/profig/python.rb