Hs2lib 0.6.0 → 0.6.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- Hs2lib.cabal +2/−2
- WinDll/Version/Hs2lib.hs +1/−1
Hs2lib.cabal view
@@ -1,5 +1,5 @@ Name: Hs2lib -Version: 0.6.0 +Version: 0.6.1 Cabal-Version: >= 1.10 Build-Type: Custom License: BSD3 @@ -28,7 +28,7 @@ . - Does not support automatic instance generation for infix constructors yet . - NOTE: Package is not working again, but I have fixed the version of haskell-src-exts to prevent it from breaking again. + NOTE: Package is now working again, but I have fixed the version of haskell-src-exts to prevent it from breaking again. . Data-Files: Templates/main.template-unix.c, Templates/main.template-win.c,
WinDll/Version/Hs2lib.hs view
@@ -19,7 +19,7 @@ -- | Version Number verNum :: [Int] -verNum = [0,6,0] +verNum = [0,6,1] -- | Version string verStr :: String