packages feed

claferwiki 0.3.8 → 0.3.9

raw patch · 5 files changed

+88/−65 lines, 5 filesdep +network-uridep ~basedep ~claferdep ~containers

Dependencies added: network-uri

Dependency ranges changed: base, clafer, containers, directory, gitit, mtl, network, time

Files

+ CHANGES.md view
@@ -0,0 +1,31 @@+**ClaferIG Version 0.3.9 released on March 06, 2015**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/9)
+
+**ClaferIG Version 0.3.8 released on January 27, 2015**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/8)
+
+**ClaferIG Version 0.3.7 released on October 23, 2014**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/7)
+
+**ClaferIG Version 0.3.6.1 released on July 08, 2014**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/6)
+
+**ClaferIG Version 0.3.6 released on May 23, 2014**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/5)
+
+**ClaferIG Version 0.3.5 released on January 20, 2014**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/4)
+
+**ClaferIG Version 0.3.4 released on September 20, 2013**
+
+[Release Diff](https://github.com/gsdlab/claferwiki/compare/61a313dd9f65c0a378d97bb4e04be2464af7dbe5...b705ad9744502d15ae39d8503808914c5e798d8d)
+
+**ClaferIG Version 0.3.3 released on August 14, 2013**
+
+[Release](https://github.com/gsdlab/claferwiki/pull/1)
Makefile view
@@ -3,7 +3,7 @@ 
 init:
 	cabal sandbox init --sandbox=../.clafertools-cabal-sandbox
-	cabal install pandoc gitit -fhighlighting -fhttps
+	cabal install gitit -fhighlighting -fhttps -fplugins -fnetwork-uri
 	cabal install --only-dependencies
 
 install:
README.md view
@@ -1,7 +1,7 @@ Clafer Wiki
 ===========
 
-v0.3.8
+v0.3.9
 
 **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. 
 
@@ -31,18 +31,16 @@ 
 Regardless of the installation method, the following are required:
 
-* [Clafer compiler](https://github.com/gsdlab/clafer/) v0.3.8.
-* [The Haskell Platform](http://hackage.haskell.org/platform) v2013.2.0.0.
-  * Cabal >= 1.18
-  * alternatively, GHC v7.6.3.
+* [Clafer compiler](https://github.com/gsdlab/clafer/) v0.3.9.
+* [The Haskell Platform](http://hackage.haskell.org/platform) v2014.2.0.0.
 * [Git](http://git-scm.com) 
-* [Gitit wiki](http://gitit.net) v0.10.3.1.
+* [Gitit wiki](http://gitit.net) v0.10.6.1.
   
 ### Installation from Hackage
 
 1. `cabal update`
 2. `cabal install claferwiki`
-3. `cd <cabal's lib or share folder>`  (`C:\Users\<user>\AppData\Roaming\cabal\i386-windows-ghc-7.6.3\claferwiki-0.3.8` on Windows or `.cabal/share/x86_64-linux-ghc-7.6.3/claferwiki-0.3.8/` on Linux)
+3. `cd <cabal's lib or share folder>`  (`C:\Users\<user>\AppData\Roaming\cabal\i386-windows-ghc-7.8.3\claferwiki-0.3.9` on Windows or `.cabal/share/x86_64-linux-ghc-7.8.3/claferwiki-0.3.9/` on Linux)
   * execute `make install to=<target directory>`
   * this will copy the wiki files
 
@@ -52,6 +50,7 @@    * execute `git clone git://github.com/gsdlab/claferwiki.git`
 2. execute `cabal update`
 3. execute `make init`
+4. [install clafer from source code](https://github.com/gsdlab/clafer#installation-from-the-source-code)
 4. execute `make`
 5. execute `make install to=<target directory>`
   * this will copy the wiki files
@@ -138,12 +137,5 @@ 
 Need help?
 ==========
-* See [language's website](http://clafer.org) for news, technical reports and more
-  * Check out a [Clafer tutorial](http://t3-necsis.cs.uwaterloo.ca:8091/Tutorial/Intro)
-  * Try a live instance of [ClaferWiki](http://t3-necsis.cs.uwaterloo.ca:8091) which contains a repository of models for various applications
-  * Try a live instance of [ClaferIDE](http://t3-necsis.cs.uwaterloo.ca:8094)
-  * Try a live instance of [ClaferConfigurator](http://t3-necsis.cs.uwaterloo.ca:8093)
-  * Try a live instance of [ClaferMooVisualizer](http://t3-necsis.cs.uwaterloo.ca:8092)
-* Take a look at (incomplete) [Clafer by examples wiki](https://github.com/gsdlab/clafer/wiki)
-* Browse example models in the [test suite](https://github.com/gsdlab/clafer/tree/master/test/positive) and [MOO examples](https://github.com/gsdlab/clafer/tree/master/spl_configurator/dataset)
-* Post questions, report bugs, suggest improvements [GSD Lab Bug Tracker](http://gsd.uwaterloo.ca:8888/questions/). Tag your entries with `claferwiki` (so that we know what they are related to) and with `michal` (so that Michał gets a notification).
+* Visit [language's website](http://clafer.org).
+* Report issues to [issue tracker](https://github.com/gsdlab/claferwiki/issues)
claferwiki.cabal view
@@ -1,51 +1,51 @@-Name:           claferwiki
-version:        0.3.8
-stability:      experimental
-author:         Michał Antkiewicz, Chris Walker, Luke Michael Brown
-maintainer:     Michał Antkiewicz <mantkiew@gsd.uwaterloo.ca>
-synopsis:       A wiki-based IDE for literate modeling with Clafer
-description:    A wiki-based IDE for literate modeling with Clafer. A Plugin for the Gitit wiki which collects code blocks written in Clafer (.clafer), compiles them, renders into HTML and Dot, and replaces the code blocks with the results.
-homepage:       http://github.com/gsdlab/claferwiki
-category:       Wiki
-cabal-version:  >= 1.18
-build-type:     Simple
-copyright:      Michał Antkiewicz, Chris Walker, Luke Michael Brown
-license:        MIT
-license-file:   LICENSE
-tested-with:    GHC == 7.6.3
-data-files: claferwiki.sh,
-            gitit.cnf,
-            Makefile,
-            README.md,
-            static/img/logo.png,
-            static/css/clafer.css,
-            static/css/custom.css
+Name:                   claferwiki
+version:                0.3.9
+stability:              experimental
+author:                 Michał Antkiewicz, Chris Walker, Luke Michael Brown
+maintainer:             Michał Antkiewicz <mantkiew@gsd.uwaterloo.ca>
+synopsis:               A wiki-based IDE for literate modeling with Clafer
+description:            A wiki-based IDE for literate modeling with Clafer. A Plugin for the Gitit wiki which collects code blocks written in Clafer (.clafer), compiles them, renders into HTML and Dot, and replaces the code blocks with the results.
+homepage:               http://github.com/gsdlab/claferwiki
+category:               Wiki
+cabal-version:          >= 1.18
+build-type:             Simple
+copyright:              Michal Antkiewicz, Chris Walker, Luke Michael Brown
+license:                MIT
+license-file:           LICENSE
+tested-with:            GHC == 7.8.3
+data-files:             claferwiki.sh
+                      , gitit.cnf
+                      , Makefile
+                      , README.md
+                      , CHANGES.md
+                      , static/img/logo.png
+                      , static/css/clafer.css
+                      , static/css/custom.css
+
 source-repository head
-    type:           git
-    location:       git://github.com/gsdlab/claferwiki.git
+    type:               git
+    location:           git://github.com/gsdlab/claferwiki.git
 library
-  build-tools  :   ghc >= 7.6.3
-  default-language:
-                   Haskell2010
-  build-depends:
-                   base >= 4.6.0.1 && < 5,
-                   containers >= 0.5.0.0,
-                   directory >= 1.2.0.1,
-                   network >= 2.4.1.2,
-                   process >= 1.1.0.2,
-                   time >= 1.4.0.1,
-                   split >= 0.2.2,
+  build-tools  :        ghc >= 7.8.3
+  default-language:     Haskell2010
+  build-depends:        base >= 4.7.0.1 && < 5
+                      , containers >= 0.5.5.1
+                      , directory >= 1.2.1.0
+                      , process >= 1.1.0.2
+                      , time >= 1.4.2
+                      , transformers >= 0.3.0.0
 
-                   mtl >= 2.1.2,
-                   transformers >= 0.3.0.0,
+                      , mtl >= 2.1.3.1
+                      , network >= 2.6
+                      , split >= 0.2.2
 
-                   MissingH >= 1.2.1.0,
-                   SHA >= 1.6.4,
-                   utf8-string >= 0.3.8,
-                   gitit >= 0.10.5.1,
+                      , MissingH >= 1.2.1.0
+                      , network-uri >= 2.6
+                      , SHA >= 1.6.4
+                      , utf8-string >= 0.3.8
+                      , gitit >= 0.10.6.1
 
-                   clafer == 0.3.8
-  hs-source-dirs:  src
-  ghc-options:     -Wall -fno-warn-unused-do-bind -fno-warn-orphans
-  exposed-modules:
-            Network.Gitit.Plugin.ClaferWiki
+                      , clafer == 0.3.9
+  hs-source-dirs:       src
+  ghc-options:          -Wall -fno-warn-unused-do-bind -fno-warn-orphans
+  exposed-modules:      Network.Gitit.Plugin.ClaferWiki
claferwiki.sh view
@@ -1,9 +1,9 @@ echo "-----------------------------------------"
-echo "| ClaferWiki v0.3.8                     |"
+echo "| ClaferWiki v0.3.9                     |"
 echo "| https://github.com/gsdlab/claferwiki/ |"
 echo "| By Michal Antkiewicz, Chris Walker    |"
 echo "| Generative Software Development Lab   |"
-echo "| Using `clafer -V`                     |"
+echo "| Using `clafer -V`                    |"
 echo "-----------------------------------------"
 echo ""
 echo "Starting gitit..."