mpickering / servant-pandoc

Render a servant API to Pandoc's native representation
MIT License
9 stars 13 forks source link

Bump bounds, compile with ghc 9.4.5 #14

Open philderbeast opened 1 year ago

philderbeast commented 1 year ago

I tested compilation with ghc-9.4.5, ghc-9.2.7 and ghc-8.10.7:

$ cabal build all
Resolving dependencies...
Build profile: -w ghc-9.4.5 -O1
In order, the following will be built (use -v for more details):
 - servant-pandoc-0.5.0.0 (lib) (first run)
Configuring library for servant-pandoc-0.5.0.0..
Preprocessing library for servant-pandoc-0.5.0.0..
Building library for servant-pandoc-0.5.0.0..
[1 of 1] Compiling Servant.Docs.Pandoc

$ cabal build all
Resolving dependencies...
Build profile: -w ghc-9.2.7 -O1
In order, the following will be built (use -v for more details):
 - servant-pandoc-0.5.0.0 (lib) (first run)
Configuring library for servant-pandoc-0.5.0.0..
Preprocessing library for servant-pandoc-0.5.0.0..
Building library for servant-pandoc-0.5.0.0..
[1 of 1] Compiling Servant.Docs.Pandoc

$ cabal build all
Resolving dependencies...
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
 - servant-pandoc-0.5.0.0 (lib) (first run)
Configuring library for servant-pandoc-0.5.0.0..
Preprocessing library for servant-pandoc-0.5.0.0..
Building library for servant-pandoc-0.5.0.0..
[1 of 1] Compiling Servant.Docs.Pandoc