regular-xmlpickler 0.1 → 0.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~hxt
Dependency ranges changed: hxt
Files
- LICENSE +1/−1
- regular-xmlpickler.cabal +2/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009 Universiteit Utrecht+Copyright (c) 2009 typLAB All rights reserved. Redistribution and use in source and binary forms, with or without modification,
regular-xmlpickler.cabal view
@@ -1,5 +1,5 @@ Name: regular-xmlpickler-Version: 0.1+Version: 0.1.1 Description: Generic generation of HXT XmlPickler instances using Regular. Synopsis: Generic generation of HXT XmlPickler instances using Regular. Category: XML, Data@@ -12,7 +12,7 @@ License-File: LICENSE Build-Type: Simple Build-Depends: base == 4.*,- hxt ==8.3.*,+ hxt >=8.3 && < 8.6, regular == 0.2.* HS-Source-Dirs: src