packages feed

ddc-interface 0.3.2.1 → 0.4.1.1

raw patch · 2 files changed

+5/−18 lines, 2 filesdep ~basedep ~ddc-base

Dependency ranges changed: base, ddc-base

Files

LICENSE view
@@ -1,7 +1,7 @@ -------------------------------------------------------------------------------- The Disciplined Disciple Compiler License (MIT style) -Copyrite (K) 2007-2013 The Disciplined Disciple Compiler Strike Force+Copyrite (K) 2007-2014 The Disciplined Disciple Compiler Strike Force All rights reversed.  Permission is hereby granted, free of charge, to any person obtaining a copy@@ -13,18 +13,4 @@  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.----------------------------------------------------------------------------------Under Australian law copyright is free and automatic.-By contributing to DDC authors grant all rights they have regarding their-contributions to the other members of the Disciplined Disciple Compiler Strike-Force, past, present and future, as well as placing their contributions under-the above license.--Use "darcs show authors" to get a list of Strike Force members.- ---------------------------------------------------------------------------------Redistributions of libraries in ./external are governed by their own licenses:--  - TinyPTC   GNU Lesser General Public License-  
ddc-interface.cabal view
@@ -1,5 +1,5 @@ Name:           ddc-interface-Version:        0.3.2.1+Version:        0.4.1.1 License:        MIT License-file:   LICENSE Author:         The Disciplined Disciple Compiler Strike Force@@ -14,10 +14,10 @@  Library   Build-Depends: -        base            == 4.6.*,+        base            >= 4.6 && < 4.8,         containers      == 0.5.*,         directory       == 1.2.*,-        ddc-base        == 0.3.2.*+        ddc-base        == 0.4.1.*    Exposed-modules:         DDC.Interface.Input@@ -27,6 +27,7 @@         -Wall         -fno-warn-orphans         -fno-warn-missing-signatures+        -fno-warn-missing-methods         -fno-warn-unused-do-bind    Extensions: