packages feed

claferwiki 0.4.1 → 0.4.2

raw patch · 5 files changed

+35/−9 lines, 5 filesdep ~claferdep ~gititPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: clafer, gitit

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,3 +1,7 @@+# claferwiki Version 0.4.2 released on Oct 16, 2015
+
+[Release](https://github.com/gsdlab/claferwiki/pull/13)
+
 # claferwiki Version 0.4.1 released on Sep 1, 2015
 
 [Release](https://github.com/gsdlab/claferwiki/pull/12)
README.md view
@@ -1,6 +1,6 @@ # Clafer Wiki
 
-v0.4.1
+v0.4.2
 
 **ClaferWiki** is a wiki system integrated with [Clafer compiler](https://github.com/gsdlab/clafer). [Clafer](http://clafer.org) is a lightweight yet powerful structural modeling language. ClaferWiki allows for embedding Clafer model fragments in wiki pages and provides model authoring support including code highlighting, parse and semantic error reporting, hyperlinking from identifier use to its definition, and graphical view rendering.
 
@@ -28,7 +28,7 @@ 
 Regardless of the installation method, the following are required:
 
-* [Clafer compiler](https://github.com/gsdlab/clafer/) v0.4.1
+* [Clafer compiler](https://github.com/gsdlab/clafer/) v0.4.2
 * [GHC](https://www.haskell.org/downloads) v7.10.*
 * [Git](http://git-scm.com)
 * [Gitit wiki](http://gitit.net) v0.11.1
@@ -37,8 +37,8 @@ ### Installation from Hackage
 
 1. `cabal update`
-2. `cabal install claferwiki-0.4.1 -fhighlighting -fhttps -fplugins -fnetwork-uri`
-3. `cd <cabal's lib or share folder>`  (`C:\Users\<user>\AppData\Roaming\cabal\i386-windows-ghc-7.10.2\claferwiki-0.4.1` on Windows or `.cabal/share/x86_64-linux-ghc-7.10.2/claferwiki-0.4.1/` on Linux)
+2. `cabal install claferwiki-0.4.2 -fhighlighting -fhttps -fplugins -fnetwork-uri`
+3. `cd <cabal's lib or share folder>`  (`C:\Users\<user>\AppData\Roaming\cabal\i386-windows-ghc-7.10.2\claferwiki-0.4.2` on Windows or `.cabal/share/x86_64-linux-ghc-7.10.2/claferwiki-0.4.2/` on Linux)
   * execute `make install to=<target directory>`
   * this will copy the wiki files
 
claferwiki.cabal view
@@ -1,5 +1,5 @@ Name:                   claferwiki
-version:                0.4.1
+version:                0.4.2
 stability:              experimental
 author:                 Michał Antkiewicz, Chris Walker, Luke Michael Brown
 maintainer:             Michał Antkiewicz <mantkiew@gsd.uwaterloo.ca>
@@ -24,7 +24,7 @@                       , static/img/logo.png
                       , static/css/clafer.css
                       , static/css/custom.css
-
+                      , stack.yaml
 source-repository head
     type:               git
     location:           git://github.com/gsdlab/claferwiki.git
@@ -46,10 +46,10 @@                       , network-uri >= 2.6.0.3
                       , SHA >= 1.6.4.2
                       , utf8-string >= 0.3.8
-                      , gitit >= 0.10.6.3
+                      , gitit >= 0.12.0.1
                       , transformers-compat >= 0.3 && < 0.5
 
-                      , clafer == 0.4.1
+                      , clafer == 0.4.2
   hs-source-dirs:       src
   ghc-options:          -Wall -fno-warn-orphans
   exposed-modules:      Network.Gitit.Plugin.ClaferWiki
claferwiki.sh view
@@ -1,5 +1,5 @@ echo "-----------------------------------------"
-echo "| ClaferWiki v0.4.1                     |"
+echo "| ClaferWiki v0.4.2                     |"
 echo "| https://github.com/gsdlab/claferwiki/ |"
 echo "| By Michal Antkiewicz, Chris Walker    |"
 echo "| Generative Software Development Lab   |"
+ stack.yaml view
@@ -0,0 +1,22 @@+# for GHC-7.10.2
+extra-deps:
+  [ data-stringmap-1.0.1.1
+  , gitit-0.12.0.1
+  , filestore-0.6.1
+  , recaptcha-0.1.0.3
+  , uri-0.1.6.3
+  , sendfile-0.7.9
+  ]
+
+resolver: lts-3.9
+
+flags:
+  sendfile:
+    portable: true
+  gitit:
+    plugins: true
+    network-uri: true
+
+packages:
+- '../clafer'
+- '.'