diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 03:53:49 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-09-28 03:53:49 +0400 |
commit | def28fcc62237dd2cd57917a76af99d847c7a8d1 (patch) | |
tree | 9499b05a8ca455d3547a604fb308f7e084a3fb04 | |
parent | 6472927def976dbd9169bd89fcda229d11195a10 (diff) |
Added `source-repository this` to cabal
-rw-r--r-- | krpc.cabal | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -29,8 +29,13 @@ description: | |||
29 | source-repository head | 29 | source-repository head |
30 | type: git | 30 | type: git |
31 | location: git://github.com/cobit/krpc.git | 31 | location: git://github.com/cobit/krpc.git |
32 | branch: master | ||
32 | 33 | ||
33 | 34 | source-repository this | |
35 | type: git | ||
36 | location: git://github.com/cobit/krpc.git | ||
37 | branch: master | ||
38 | tag: v0.2.1.0 | ||
34 | 39 | ||
35 | library | 40 | library |
36 | default-language: Haskell2010 | 41 | default-language: Haskell2010 |