diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-10-15 18:42:04 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-10-15 18:49:35 +0200 |
commit | a7548f3da3897cd8bb247c784c50d39d642623b9 (patch) | |
tree | 81a73513429e619a4f259947f90e3b13c0e9e815 /fastbangs.cabal | |
parent | c575a2d9fe9eab97c6af7d20c577b6ea6a0e72aa (diff) | |
download | fastbangs-a7548f3da3897cd8bb247c784c50d39d642623b9.tar fastbangs-a7548f3da3897cd8bb247c784c50d39d642623b9.tar.bz2 fastbangs-a7548f3da3897cd8bb247c784c50d39d642623b9.tar.zst |
embed resources into executable
Diffstat (limited to 'fastbangs.cabal')
-rw-r--r-- | fastbangs.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fastbangs.cabal b/fastbangs.cabal index f8bbd63..6b6e5a9 100644 --- a/fastbangs.cabal +++ b/fastbangs.cabal @@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: fastbangs -version: 0.1.0.0 +version: 0.1.0.1 category: Web homepage: https://codeberg.org/lialenck/fastbangs author: Lia Lenckowski @@ -35,6 +35,7 @@ executable fastbangs , bytestring , containers , cryptonite + , file-embed , ghc-prim , http-conduit , memory |