circ 0.0.0 → 0.0.1
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Language/CIRC.hs +2/−1
- circ.cabal +2/−2
Language/CIRC.hs view
@@ -164,7 +164,8 @@ , "import qualified " ++ prevModuleName ++ "Trans" , "import " ++ moduleName ] ++ imports) ++- [ printf "transform :: %s.%s -> CIRC (%s, [%s.%s])" initModuleName rootTypeName rootTypeName initModuleName rootTypeName+ [ printf ""+ , printf "transform :: %s.%s -> CIRC (%s, [%s.%s])" initModuleName rootTypeName rootTypeName initModuleName rootTypeName , printf "transform a = do" , printf " (a, b) <- %sTrans.transform a" prevModuleName , printf " a <- trans%s a" rootTypeName
circ.cabal view
@@ -1,12 +1,12 @@ name: circ-version: 0.0.0+version: 0.0.1 synopsis: A Compiler IR Compiler. description: A Compiler IR Compiler. license: BSD3 license-file: LICENSE author: Tom Hawkins <tomahawkins@gmail.com> maintainer: Tom Hawkins <tomahawkins@gmail.com>-category: Language, Compilers+category: Language, Compiler build-type: Simple cabal-version: >= 1.8