File: newer-deps

package info (click to toggle)
haskell-lukko 0.1.1.3-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 204 kB
  • sloc: haskell: 296; ansic: 15; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/lukko.cabal
+++ b/lukko.cabal
@@ -72,7 +72,7 @@ flag ofd-locking
 library
   default-language:   Haskell2010
   hs-source-dirs:     src
-  build-depends:      base >=4.5 && <4.15
+  build-depends:      base >=4.5 && <4.17
   build-tool-depends: hsc2hs:hsc2hs >=0.67 && <0.69
 
   -- Main library module
@@ -150,7 +150,7 @@ test-suite test-process
   ghc-options:      -threaded
   build-depends:
     , base
-    , bytestring  >=0.9.2.1 && <0.11
+    , bytestring  >=0.9.2.1 && <0.12
     , lukko
 
   if os(windows)