Skip to content

Commit

Permalink
pandoc-crossref: rebuild against GHC 9.4.8
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
malfisya committed Aug 23, 2024
1 parent 09c80db commit fcb0b4f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 22 deletions.
1 change: 0 additions & 1 deletion packages/p/pandoc-crossref/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ld-linux-x86-64.so.2
libc.so.6
libffi.so.7
libgmp.so.10
Expand Down
18 changes: 7 additions & 11 deletions packages/p/pandoc-crossref/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
ld-linux-x86-64.so.2:__tls_get_addr
libc.so.6:__assert_fail
libc.so.6:__ctype_b_loc
libc.so.6:__cxa_atexit
libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoull
libc.so.6:__libc_start_main
libc.so.6:__progname
libc.so.6:__stack_chk_fail
libc.so.6:_exit
libc.so.6:abort
Expand Down Expand Up @@ -37,7 +36,6 @@ libc.so.6:dup
libc.so.6:dup2
libc.so.6:endgrent
libc.so.6:endpwent
libc.so.6:environ
libc.so.6:epoll_create
libc.so.6:epoll_ctl
libc.so.6:epoll_wait
Expand Down Expand Up @@ -114,7 +112,6 @@ libc.so.6:isatty
libc.so.6:kill
libc.so.6:killpg
libc.so.6:lchown
libc.so.6:ldexp
libc.so.6:link
libc.so.6:listen
libc.so.6:localtime_r
Expand All @@ -135,6 +132,7 @@ libc.so.6:mknod
libc.so.6:mmap
libc.so.6:mprotect
libc.so.6:munmap
libc.so.6:nanosleep
libc.so.6:newlocale
libc.so.6:nice
libc.so.6:nl_langinfo
Expand All @@ -144,6 +142,7 @@ libc.so.6:open
libc.so.6:opendir
libc.so.6:pathconf
libc.so.6:pipe
libc.so.6:pipe2
libc.so.6:poll
libc.so.6:posix_memalign
libc.so.6:posix_spawn_file_actions_addclose
Expand All @@ -157,7 +156,6 @@ libc.so.6:posix_spawnattr_setflags
libc.so.6:posix_spawnattr_setsigdefault
libc.so.6:posix_spawnp
libc.so.6:printf
libc.so.6:program_invocation_short_name
libc.so.6:pthread_attr_destroy
libc.so.6:pthread_attr_getstacksize
libc.so.6:pthread_attr_init
Expand Down Expand Up @@ -238,8 +236,6 @@ libc.so.6:socket
libc.so.6:sprintf
libc.so.6:stat
libc.so.6:stat64
libc.so.6:stderr
libc.so.6:stdout
libc.so.6:stpcpy
libc.so.6:strcmp
libc.so.6:strcpy
Expand All @@ -248,10 +244,9 @@ libc.so.6:strerror
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strnlen
libc.so.6:strrchr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:strtoull
libc.so.6:symlink
libc.so.6:syscall
libc.so.6:sysconf
Expand All @@ -271,8 +266,8 @@ libc.so.6:uselocale
libc.so.6:utime
libc.so.6:utimensat
libc.so.6:utimes
libc.so.6:vfork
libc.so.6:vfprintf
libc.so.6:vsnprintf
libc.so.6:waitpid
libc.so.6:write
libc.so.6:writev
Expand Down Expand Up @@ -341,6 +336,7 @@ libm.so.6:exp
libm.so.6:expf
libm.so.6:expm1
libm.so.6:expm1f
libm.so.6:ldexp
libm.so.6:log
libm.so.6:log1p
libm.so.6:log1pf
Expand Down
10 changes: 6 additions & 4 deletions packages/p/pandoc-crossref/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : pandoc-crossref
version : 0.3.14.0
release : 3
release : 4
source :
- https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.14.0.tar.gz : 6ed275f6972ab216a623dea70f92a875132afcf500a4c710a752d26c13cccf88
homepage : https://lierdakil.github.io/pandoc-crossref/
Expand All @@ -10,13 +10,15 @@ summary : pandoc-crossref is a pandoc filter for numbering figures, equations
description: |
pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.
builddeps :
- ghc-devel
- ghc
- haskell-cabal-install
networking : yes
setup : |
%cabal_configure
%cabal_configure --enable-tests
build : |
%haskell_build exe:pandoc-crossref
%haskell_build
install : |
%haskell_install exe:pandoc-crossref
rm -rf $installdir/{%libdir%,usr/share/pandoc-crossref}
check : |
%haskell_check
12 changes: 6 additions & 6 deletions packages/p/pandoc-crossref/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>pandoc-crossref</Name>
<Homepage>https://lierdakil.github.io/pandoc-crossref/</Homepage>
<Packager>
<Name>antoine serveaux</Name>
<Email>[email protected].com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-only</License>
<PartOf>office</PartOf>
Expand All @@ -25,12 +25,12 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2024-05-15</Date>
<Update release="4">
<Date>2024-08-23</Date>
<Version>0.3.14.0</Version>
<Comment>Packaging update</Comment>
<Name>antoine serveaux</Name>
<Email>[email protected].com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit fcb0b4f

Please sign in to comment.