Add bounds for libs
authorEvgenii Akentev <i@ak3n.com>
Fri, 23 Jun 2023 17:46:31 +0000 (21:46 +0400)
committerEvgenii Akentev <i@ak3n.com>
Fri, 23 Jun 2023 17:46:31 +0000 (21:46 +0400)
.gitignore
debug-trace-file.cabal

index d78e142a82a9b9a1c49340dfc66fa2c15301132e..7e5404ef80335da0f98c503c1c8fcdec74ca9473 100644 (file)
@@ -21,4 +21,7 @@ cabal.project.local
 cabal.project.local~
 .HTF/
 .ghc.environment.*
-*.output
\ No newline at end of file
+*.output
+packagedb
+cache
+build
\ No newline at end of file
index 221ee49014c049db464a71ae44dc355f8bf65a68..0beb27b17b37c6d05a3ed49943a7bfdee4c467e5 100644 (file)
@@ -1,4 +1,4 @@
-cabal-version:      2.2
+cabal-version:      3.8
 name:               debug-trace-file
 version:            0.1.0.0
 synopsis:           Like Debug.Trace but writing to files.
@@ -29,7 +29,7 @@ test-suite debug-trace-file-test
     main-is:          Main.hs
     build-depends:
         base >= 4.7 && < 5,
-        directory,
-        tasty,
-        tasty-golden,
+        directory >= 1.3,
+        tasty >= 1.0,
+        tasty-golden >= 2.3,
         debug-trace-file