timberc 1.0.1 → 1.0.2
raw patch · 3 files changed
+4/−4 lines, 3 filesbuild-type:Custom
Files
- src/Config.hs +1/−1
- timberc.cabal +2/−2
- timberc.spec +1/−1
src/Config.hs view
@@ -78,7 +78,7 @@ import Data.Dynamic -versionString = "The Timber compiler, version 1.0.1"+versionString = "The Timber compiler, version 1.0.2" -- | Contains the configuration for the compiler with the current -- command line switches.
timberc.cabal view
@@ -1,5 +1,5 @@ Name: timberc-Version: 1.0.1+Version: 1.0.2 Synopsis: The Timber Compiler. Description: This is a compiler for a strict and pure functional language@@ -8,7 +8,7 @@ Author: Johan Nordlander Maintainer: Johan Nordlander <nordland@csee.ltu.se> Homepage: http://www.timber-lang.org-Build-type: Simple+Build-type: Custom Cabal-Version: >= 1.4 extra-tmp-files: config.log config.status data-files: examples/Counter.t,
timberc.spec view
@@ -7,7 +7,7 @@ # This file was derived from ghc.spec.in %define name timberc-%define version 1.0.1+%define version 1.0.2 %define release 1 Name: %{name}