]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add stack.yaml
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 5 Jun 2022 22:46:33 +0000 (00:46 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sun, 5 Jun 2022 22:46:33 +0000 (00:46 +0200)
.gitignore
stack.yaml [new file with mode: 0644]
stack.yaml.lock [new file with mode: 0644]
xdg-ninja.cabal [moved from xdgnj.cabal with 93% similarity]

index 48a004cdfd9a11bd21724bd78e1dbae9b7131aad..6542fcdb42885623f3c6fa77e49a818f40644f4c 100644 (file)
@@ -1 +1,2 @@
 dist-newstyle
 dist-newstyle
+.stack-work
diff --git a/stack.yaml b/stack.yaml
new file mode 100644 (file)
index 0000000..abf84aa
--- /dev/null
@@ -0,0 +1,9 @@
+# This file was automatically generated by 'stack init'
+resolver:
+  url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/10.yaml
+
+packages:
+- .
+
+extra-deps:
+- text-replace-0.1.0.2
diff --git a/stack.yaml.lock b/stack.yaml.lock
new file mode 100644 (file)
index 0000000..42df764
--- /dev/null
@@ -0,0 +1,20 @@
+# This file was autogenerated by Stack.
+# You should not edit this file by hand.
+# For more information, please see the documentation at:
+#   https://docs.haskellstack.org/en/stable/lock_files
+
+packages:
+- completed:
+    pantry-tree:
+      sha256: fabbbc5ac3b70c3750b70222ee4fcefb7361b16e0e31ae46a292ed13b990ff3c
+      size: 342
+    hackage: text-replace-0.1.0.2@sha256:7dde41ab31a3c029398ea0529a14c35c49c9232917e4dc5a1c6d125fa06b9e9f,1769
+  original:
+    hackage: text-replace-0.1.0.2
+snapshots:
+- completed:
+    sha256: 005f204647467d65c4ab549a5ca35d54b3d90a84a99a4ffc5d421a4018854fe2
+    size: 618509
+    url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/10.yaml
+  original:
+    url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/10.yaml
similarity index 93%
rename from xdgnj.cabal
rename to xdg-ninja.cabal
index d7d089d6a5eeaf25bde57960867cd00944d10484..ad83bf88c0f08c26e0f39a940153abfb5a90188e 100644 (file)
@@ -25,7 +25,7 @@ library
         base ^>=4.15.1.0,
         process ^>=1.6.13.2,
         text ^>=1.2.5.0,
         base ^>=4.15.1.0,
         process ^>=1.6.13.2,
         text ^>=1.2.5.0,
-        aeson ^>=1.5.6.0,
+        aeson ^>=2.0.3.0,
         bytestring ^>=0.10.12.1,
         uuid ^>=1.3.15,
         entropy ^>=0.4.1.7,
         bytestring ^>=0.10.12.1,
         uuid ^>=1.3.15,
         entropy ^>=0.4.1.7,
@@ -34,7 +34,7 @@ library
         extra ^>=1.7.10,
         aeson-pretty ^>=0.8.9,
         text-replace ^>=0.1,
         extra ^>=1.7.10,
         aeson-pretty ^>=0.8.9,
         text-replace ^>=0.1,
-        filepath ^>=1.4.2.2,
+        filepath ^>=1.4.2.1,
     hs-source-dirs:   lib
     default-language: Haskell2010
     exposed-modules: AddProgram, Program, Prompts, EditProgram, Output, PreviewProgram, Checks
     hs-source-dirs:   lib
     default-language: Haskell2010
     exposed-modules: AddProgram, Program, Prompts, EditProgram, Output, PreviewProgram, Checks
@@ -53,7 +53,7 @@ executable xdgnj
     main-is:          xdgnj.hs
     build-depends:
         base ^>=4.15.1.0,
     main-is:          xdgnj.hs
     build-depends:
         base ^>=4.15.1.0,
-        optparse-applicative ^>=0.17.0.0,
+        optparse-applicative ^>=0.16.1.0,
         xdg-ninja,
     hs-source-dirs:   src
     default-language: Haskell2010
         xdg-ninja,
     hs-source-dirs:   src
     default-language: Haskell2010