Fixed name missmatch
This commit is contained in:
parent
78a70a2fc2
commit
e2212fc1d3
@ -1,6 +1,6 @@
|
|||||||
name: ris-util
|
name: ris-utils
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
homepage: "https://git.fiskhamn.se/steffenomak/ris-util#readme"
|
homepage: "https://git.fiskhamn.se/steffenomak/ris-utils#readme"
|
||||||
license: BSD3
|
license: BSD3
|
||||||
author: "Stefan Risberg"
|
author: "Stefan Risberg"
|
||||||
maintainer: "steffenomak@gmail.com"
|
maintainer: "steffenomak@gmail.com"
|
||||||
@ -16,7 +16,7 @@ extra-source-files:
|
|||||||
# To avoid duplicated efforts in documentation and dealing with the
|
# To avoid duplicated efforts in documentation and dealing with the
|
||||||
# complications of embedding Haddock markup inside cabal files, it is
|
# complications of embedding Haddock markup inside cabal files, it is
|
||||||
# common to point users to the README.md file.
|
# common to point users to the README.md file.
|
||||||
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-util#readme>
|
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-utils#readme>
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
|
|||||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
|||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: ris-util
|
name: ris-utils
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-util#readme>
|
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-utils#readme>
|
||||||
homepage: https://git.fiskhamn.se/steffenomak/ris-util#readme
|
homepage: https://git.fiskhamn.se/steffenomak/ris-utils#readme
|
||||||
author: Stefan Risberg
|
author: Stefan Risberg
|
||||||
maintainer: steffenomak@gmail.com
|
maintainer: steffenomak@gmail.com
|
||||||
copyright: 2023 Stefan Risberg
|
copyright: 2023 Stefan Risberg
|
||||||
@ -22,7 +22,7 @@ library
|
|||||||
Effects.Time
|
Effects.Time
|
||||||
Terminal
|
Terminal
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_ris_util
|
Paths_ris_utils
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
default-extensions:
|
default-extensions:
|
||||||
Loading…
Reference in New Issue
Block a user