Accepting request 623786 from devel:languages:haskell

- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.

    `String -> Lua Status`.
* Type errors in Haskell functions now propagated differently. See the Scripting.Lua
* fixed upstream
* license file contradicts license tag in cabal file
- Use lua51. Pandoc needs 5.1 API.
- use system provided lua library

OBS-URL: https://build.opensuse.org/request/show/623786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2018-07-24 15:19:28 +00:00 committed by Git OBS Bridge
commit e2cc843d23

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 18 14:26:27 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
@ -96,7 +102,7 @@ Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- The signature of `concat` was changed from `Int -> Lua ()` to
`NumArgs -> Lua ()`.
- The signature of `loadfile` was changed from `String -> Lua Int` to
`String -> Lua Status`.
`String -> Lua Status`.
- The type `LTYPE` was renamed to `Type`, its constructors were renamed to
follow the pattern `Type<Typename>`. `LuaRelation` was renamed to
`RelationalOperator`, the *Lua* prefix was removed from its constructors.
@ -171,7 +177,7 @@ Fri Aug 7 07:36:15 UTC 2015 - mimi.vx@gmail.com
* StackValue [Char] instance is removed, StackValue ByteString is added.
* StackValue a => StackValue [a] instance is added. It pushes a Lua array to the stack. pushlist,
islist and tolist functions are added.
* Type errors in Haskell functions now propagated differently. See the Scripting.Lua
* Type errors in Haskell functions now propagated differently. See the Scripting.Lua
documentation for detailed explanation. This should fix segfaults reported several times.
* lua_error function is removed, it's never safe to call in Haskell.
* Pkgconf-based setup removed. Cabal is now using extra-libraries to link with Lua.
@ -189,13 +195,13 @@ Tue Apr 7 16:55:39 UTC 2015 - peter.trommler@ohm-hochschule.de
- update to 0.3.9
- drop include-lua_neutralize_longjmp.patch
* fixed upstream
* fixed upstream
-------------------------------------------------------------------
Wed Mar 26 15:48:38 UTC 2014 - peter.trommler@ohm-hochschule.de
- fix license tag
* license file contradicts license tag in cabal file
* license file contradicts license tag in cabal file
-------------------------------------------------------------------
Fri Nov 1 15:35:25 UTC 2013 - sbahling@suse.com
@ -212,15 +218,14 @@ Mon Oct 21 20:44:15 UTC 2013 - sbahling@suse.com
-------------------------------------------------------------------
Mon Oct 21 14:39:23 UTC 2013 - sbahling@suse.com
- Use lua51. Pandoc needs 5.1 API.
- Use lua51. Pandoc needs 5.1 API.
-------------------------------------------------------------------
Fri Oct 18 17:24:24 UTC 2013 - peter.trommler@ohm-hochschule.de
- use system provided lua library
- use system provided lua library
-------------------------------------------------------------------
Sun Oct 6 17:38:11 UTC 2013 - sbahling@suse.com
- Intial package - version 0.3.7