Skip to content

Commit

Permalink
LICENSE for hxt-charproperties and hxt-unicode changed to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Schmidt committed Aug 16, 2013
1 parent ed14d32 commit 9b65234
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions hxt-charproperties/hxt-charproperties.cabal
@@ -1,12 +1,12 @@
Name: hxt-charproperties
Version: 9.1.1
Version: 9.1.1.1
Synopsis: Character properties and classes for XML and Unicode
Description: Character proprties defined by XML and Unicode standards.
These modules contain predicates for Unicode blocks and char proprties
and character predicates defined by XML.
Supported Unicode version is 5.2.0.
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/index.html
License: OtherLicense
License: MIT
License-file: LICENSE
Author: Uwe Schmidt
Maintainer: Uwe Schmidt <uwe@fh-wedel.de>
Expand All @@ -15,7 +15,7 @@ Stability: Stable
Category: Text
Build-type: Simple

Cabal-version: >=1.2
Cabal-version: >=1.4

Extra-source-files:
gen/Makefile
Expand All @@ -38,5 +38,5 @@ Library

hs-source-dirs: src

ghc-options: -Wall -O2
ghc-options: -Wall
ghc-prof-options: -auto-all -caf-all
6 changes: 3 additions & 3 deletions hxt-unicode/hxt-unicode.cabal
@@ -1,12 +1,12 @@
Name: hxt-unicode
Version: 9.0.2
Version: 9.0.2.1
Synopsis: Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
Description: Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings,
used in the Haskell XML Toolbox.
ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
is done with lazy functions, errors may be detected or ignored.
Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/index.html
License: OtherLicense
License: MIT
License-file: LICENSE
Author: Uwe Schmidt
Maintainer: Uwe Schmidt <uwe@fh-wedel.de>
Expand All @@ -15,7 +15,7 @@ Stability: Stable
Category: Text
Build-type: Simple

Cabal-version: >=1.2
Cabal-version: >=1.4

Library
Exposed-modules:
Expand Down

0 comments on commit 9b65234

Please sign in to comment.