File: fix-build-with-ghc-8.4.patch

package info (click to toggle)
haskell-hslua-module-text 0.1.2.1-4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: haskell: 82; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: haskell-hslua-module-text/hslua-module-text.cabal
===================================================================
--- haskell-hslua-module-text.orig/hslua-module-text.cabal
+++ haskell-hslua-module-text/hslua-module-text.cabal
@@ -20,7 +20,7 @@ source-repository head
 
 library
   exposed-modules:     Foreign.Lua.Module.Text
-  build-depends:       base  >= 4.7 && < 4.11
+  build-depends:       base  >= 4.7 && < 4.13
                      , hslua >= 0.9 && < 0.10
                      , text  >= 1   && < 1.3
   hs-source-dirs:      src
@@ -37,4 +37,4 @@ test-suite test-hslua
                      , hslua-module-text
                      , tasty
                      , tasty-hunit
-                     , text
\ No newline at end of file
+                     , text