tasty-hslua 1.0.0 → 1.0.1
raw patch · 4 files changed
+17/−10 lines, 4 filesdep ~hslua-core
Dependency ranges changed: hslua-core
Files
- CHANGELOG.md +10/−4
- LICENSE +1/−1
- src/Test/Tasty/HsLua.hs +1/−1
- tasty-hslua.cabal +5/−4
CHANGELOG.md view
@@ -1,9 +1,15 @@ # Changelog -`tasty-hslua` uses [PVP Versioning][1].+`tasty-hslua` uses [PVP Versioning][]. -[1]: https://pvp.haskell.org+## tasty-hslua-1.0.1 -## tasty-hslua 1.0.0+Released 29-01-2022. -Release pending.+- Update to hslua-core-2.1.0.++## tasty-hslua-1.0.0++Released 2021-10-21.++ [PVP Versioning]: https://pvp.haskell.org
LICENSE view
@@ -1,4 +1,4 @@-Copyright © 2017-2021 Albert Krewinkel+Copyright © 2017-2022 Albert Krewinkel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
src/Test/Tasty/HsLua.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} {-| Module : Test.Tasty.HsLua-Copyright : © 2017-2021 Albert Krewinkel+Copyright : © 2017-2022 Albert Krewinkel License : MIT Maintainer : Albert Krewinkel <tarleb+hslua@zeitkraut.de> Stability : beta
tasty-hslua.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: tasty-hslua-version: 1.0.0+version: 1.0.1 synopsis: Tasty helpers to test HsLua. description: Various tasty helpers and utilities to test HsLua oparations. Built on top of tasty-hunit.@@ -10,7 +10,7 @@ license-file: LICENSE author: Albert Krewinkel maintainer: albert+hslua@zeitkraut.de-copyright: © 2017-2021 Albert Krewinkel+copyright: © 2017-2022 Albert Krewinkel category: Foreign build-type: Simple extra-source-files: README.md@@ -20,8 +20,9 @@ , GHC == 8.4.4 , GHC == 8.6.5 , GHC == 8.8.4- , GHC == 8.10.4+ , GHC == 8.10.7 , GHC == 9.0.1+ , GHC == 9.2.1 source-repository head type: git@@ -30,7 +31,7 @@ common common-options default-language: Haskell2010 build-depends: base >= 4.8 && < 5- , hslua-core >= 2.0 && < 2.1+ , hslua-core >= 2.0 && < 2.2 , bytestring >= 0.10.2 && < 0.12 ghc-options: -Wall -Wincomplete-record-updates