hslua-module-doclayout 1.0.2 → 1.0.3
raw patch · 5 files changed
+10/−6 lines, 5 filesdep ~hsluaPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hslua
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- hslua-module-doclayout.cabal +3/−3
- src/HsLua/Module/DocLayout.hs +1/−1
- test/test-hslua-module-doclayout.hs +1/−1
CHANGELOG.md view
@@ -3,6 +3,10 @@ `hslua-module-doclayout` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 1.0.3++Release pending.+ ## 1.0.2 Released 2022-02-05.
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 Albert Krewinkel+Copyright (c) 2020-2022 Albert Krewinkel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
hslua-module-doclayout.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: hslua-module-doclayout-version: 1.0.2+version: 1.0.3 synopsis: Lua module wrapping Text.DocLayout. description: Lua module wrapping @Text.DocLayout@. homepage: https://github.com/hslua/hslua-module-doclayout@@ -9,7 +9,7 @@ license-file: LICENSE author: Albert Krewinkel maintainer: Albert Krewinkel <albert@zeitkraut.de>-copyright: © 2020-2021 Albert Krewinkel+copyright: © 2020-2022 Albert Krewinkel category: Foreign build-type: Simple extra-doc-files: README.md@@ -30,7 +30,7 @@ library build-depends: base >= 4.9 && < 5 , doclayout >= 0.2 && < 0.4- , hslua >= 2.1 && < 2.2+ , hslua >= 2.1 && < 2.3 , text >= 1.0 && < 1.3 default-language: Haskell2010 hs-source-dirs: src
src/HsLua/Module/DocLayout.hs view
@@ -6,7 +6,7 @@ {-# OPTIONS_GHC -fno-warn-orphans #-} {-| Module : HsLua.Module.DocLayout-Copyright : © 2020-2021 Albert Krewinkel+Copyright : © 2020-2022 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>
test/test-hslua-module-doclayout.hs view
@@ -2,7 +2,7 @@ {-# LANGUAGE TypeApplications #-} {-| Module : Main-Copyright : © 2020-2021 Albert Krewinkel+Copyright : © 2020-2022 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <albert+hslua@zeitkraut.de>