From a43eb4fe6270e0c6711e2af6585eb5cd3c2f26ce Mon Sep 17 00:00:00 2001 From: Stefan Risberg Date: Mon, 15 Jul 2024 15:46:01 +0200 Subject: [PATCH] Format and add string-conv --- package.yaml | 58 +++++++++++++++++++++++++------------------------ ris-utils.cabal | 1 + 2 files changed, 31 insertions(+), 28 deletions(-) diff --git a/package.yaml b/package.yaml index 99dfba3..ec33333 100644 --- a/package.yaml +++ b/package.yaml @@ -1,13 +1,14 @@ -name: ris-utils -version: 0.0.3 -homepage: "https://git.fiskhamn.se/steffenomak/ris-utils#readme" -license: BSD3 -author: "Stefan Risberg" -maintainer: "steffenomak@gmail.com" -copyright: "2023 Stefan Risberg" +--- +name: ris-utils +version: 0.0.3 +homepage: "https://git.fiskhamn.se/steffenomak/ris-utils#readme" +license: BSD3 +author: "Stefan Risberg" +maintainer: "steffenomak@gmail.com" +copyright: "2023 Stefan Risberg" extra-source-files: -- README.md + - README.md # Metadata used when publishing your package # synopsis: Short description of your package @@ -16,30 +17,31 @@ extra-source-files: # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README at +description: Please see the README at dependencies: -- base >= 4.7 && < 5 -- text == 2.* -- effectful-core >= 2.2.2.0 && < 3 -- effectful >= 2.2.2.0 && < 3 -- effectful-th == 1.* -- chronos >= 1.1.5 && < 2 -- torsor == 0.1 -- unliftio == 0.2.* -- co-log-core == 0.3.* -- bytestring == 0.11.* + - base >= 4.7 && < 5 + - text == 2.* + - effectful-core >= 2.2.2.0 && < 3 + - effectful >= 2.2.2.0 && < 3 + - effectful-th == 1.* + - chronos >= 1.1.5 && < 2 + - torsor == 0.1 + - unliftio == 0.2.* + - co-log-core == 0.3.* + - bytestring == 0.11.* + - string-conv == 0.2.* ghc-options: -- -Wall -- -Wcompat -- -Widentities -- -Wincomplete-record-updates -- -Wincomplete-uni-patterns -- -Wmissing-export-lists -- -Wmissing-home-modules -- -Wpartial-fields -- -Wredundant-constraints + - -Wall + - -Wcompat + - -Widentities + - -Wincomplete-record-updates + - -Wincomplete-uni-patterns + - -Wmissing-export-lists + - -Wmissing-home-modules + - -Wpartial-fields + - -Wredundant-constraints library: source-dirs: src diff --git a/ris-utils.cabal b/ris-utils.cabal index f709533..fac5757 100644 --- a/ris-utils.cabal +++ b/ris-utils.cabal @@ -62,6 +62,7 @@ library , effectful >=2.2.2.0 && <3 , effectful-core >=2.2.2.0 && <3 , effectful-th ==1.* + , string-conv ==0.2.* , text ==2.* , torsor ==0.1 , unliftio ==0.2.*