packages feed

Cabal revisions of uhc-util-0.1.6.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:				uhc-util-Version:			0.1.6.3-cabal-version:      >= 1.6-License:			BSD3-Copyright:			Utrecht University, Department of Information and Computing Sciences, Software Technology group-Build-Type:			Simple-license-file:		LICENSE -Author:				Atze Dijkstra-Maintainer:         atze@uu.nl-Homepage:           https://github.com/UU-ComputerScience/uhc-util-Bug-Reports:        https://github.com/UU-ComputerScience/uhc-util/issues-Category:			Development-Description:		General purpose utilities for UHC and related tools-Synopsis:			UHC utilities--extra-source-files: changelog.md-                    -source-repository head-  type:     git-  location: git://github.com/UU-ComputerScience/uhc-util.git--library-  Build-Depends:-    base >= 4.8 && < 5,-    mtl >= 2,-    fgl >= 5.4,-    hashable >= 1.1,-    containers >= 0.4,-    directory >= 1.1,-    array >= 0.3,-    process >= 1.1,-    binary >= 0.5,-    bytestring >= 0.9,-    uulib >= 0.9.19,-    time-compat >= 0.1.0.1,-    time >= 1.2,-    fclabels >= 2.0.2,-    syb  >= 0.3.6-  Exposed-Modules:-    UHC.Util.AGraph,-    UHC.Util.AssocL,-    UHC.Util.Binary,-    UHC.Util.CHR,-    UHC.Util.CHR.Key,-    UHC.Util.CHR.Base,-    UHC.Util.CHR.Rule,-    UHC.Util.CHR.Solve.TreeTrie.Mono,-    UHC.Util.CHR.Solve.TreeTrie.Poly,-    UHC.Util.CompileRun,-    UHC.Util.CompileRun2,-    UHC.Util.CompileRun3,-    UHC.Util.Control.Monad,-    UHC.Util.Debug,-    UHC.Util.DependencyGraph,-    UHC.Util.Error,-    UHC.Util.FastSeq,-    UHC.Util.FPath,-    UHC.Util.Hashable,-    UHC.Util.Lens,-    UHC.Util.Nm,-    UHC.Util.ParseErrPrettyPrint,-    UHC.Util.ParseUtils,-    UHC.Util.Pretty,-    UHC.Util.PrettySimple,-    UHC.Util.PrettyUtils,-    UHC.Util.Rel,-    UHC.Util.RelMap,-    UHC.Util.RLList,-    UHC.Util.ScanUtils,-    UHC.Util.ScopeMapGam,-    UHC.Util.Serialize,-    UHC.Util.Substitutable,-    UHC.Util.Time,-    UHC.Util.TreeTrie,-    UHC.Util.Utils,-    UHC.Util.VarLookup,-    UHC.Util.VarMp-  Other-Modules:-    UHC.Util.CHR.Solve.TreeTrie.Internal-  Ghc-Options:		-  HS-Source-Dirs:     	src-  Build-Tools:		-  Extensions: NoMagicHash, DeriveGeneric, DeriveDataTypeable, TypeFamilies, FlexibleContexts+Name:				uhc-util
+Version:			0.1.6.3
+x-revision: 1
+cabal-version:      >= 1.6
+License:			BSD3
+Copyright:			Utrecht University, Department of Information and Computing Sciences, Software Technology group
+Build-Type:			Simple
+license-file:		LICENSE 
+Author:				Atze Dijkstra
+Maintainer:         atze@uu.nl
+Homepage:           https://github.com/UU-ComputerScience/uhc-util
+Bug-Reports:        https://github.com/UU-ComputerScience/uhc-util/issues
+Category:			Development
+Description:		General purpose utilities for UHC and related tools
+Synopsis:			UHC utilities
+
+extra-source-files: changelog.md
+                    
+source-repository head
+  type:     git
+  location: git://github.com/UU-ComputerScience/uhc-util.git
+
+library
+  Build-Depends:
+    base >= 4.8 && < 5,
+    mtl >= 2,
+    fgl >= 5.4,
+    hashable >= 1.1 && < 1.2.4,
+    containers >= 0.4,
+    directory >= 1.1,
+    array >= 0.3,
+    process >= 1.1,
+    binary >= 0.5,
+    bytestring >= 0.9,
+    uulib >= 0.9.19,
+    time-compat >= 0.1.0.1,
+    time >= 1.2,
+    fclabels >= 2.0.2,
+    syb  >= 0.3.6
+  Exposed-Modules:
+    UHC.Util.AGraph,
+    UHC.Util.AssocL,
+    UHC.Util.Binary,
+    UHC.Util.CHR,
+    UHC.Util.CHR.Key,
+    UHC.Util.CHR.Base,
+    UHC.Util.CHR.Rule,
+    UHC.Util.CHR.Solve.TreeTrie.Mono,
+    UHC.Util.CHR.Solve.TreeTrie.Poly,
+    UHC.Util.CompileRun,
+    UHC.Util.CompileRun2,
+    UHC.Util.CompileRun3,
+    UHC.Util.Control.Monad,
+    UHC.Util.Debug,
+    UHC.Util.DependencyGraph,
+    UHC.Util.Error,
+    UHC.Util.FastSeq,
+    UHC.Util.FPath,
+    UHC.Util.Hashable,
+    UHC.Util.Lens,
+    UHC.Util.Nm,
+    UHC.Util.ParseErrPrettyPrint,
+    UHC.Util.ParseUtils,
+    UHC.Util.Pretty,
+    UHC.Util.PrettySimple,
+    UHC.Util.PrettyUtils,
+    UHC.Util.Rel,
+    UHC.Util.RelMap,
+    UHC.Util.RLList,
+    UHC.Util.ScanUtils,
+    UHC.Util.ScopeMapGam,
+    UHC.Util.Serialize,
+    UHC.Util.Substitutable,
+    UHC.Util.Time,
+    UHC.Util.TreeTrie,
+    UHC.Util.Utils,
+    UHC.Util.VarLookup,
+    UHC.Util.VarMp
+  Other-Modules:
+    UHC.Util.CHR.Solve.TreeTrie.Internal
+  Ghc-Options:		
+  HS-Source-Dirs:     	src
+  Build-Tools:		
+  Extensions: NoMagicHash, DeriveGeneric, DeriveDataTypeable, TypeFamilies, FlexibleContexts