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
|
||||
homepage: "https://git.fiskhamn.se/steffenomak/ris-util#readme"
|
||||
homepage: "https://git.fiskhamn.se/steffenomak/ris-utils#readme"
|
||||
license: BSD3
|
||||
author: "Stefan Risberg"
|
||||
maintainer: "steffenomak@gmail.com"
|
||||
@ -16,7 +16,7 @@ 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 <https://git.fiskhamn.se/steffenomak/ris-util#readme>
|
||||
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-utils#readme>
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
||||
@ -4,10 +4,10 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: ris-util
|
||||
name: ris-utils
|
||||
version: 0.0.1
|
||||
description: Please see the README at <https://git.fiskhamn.se/steffenomak/ris-util#readme>
|
||||
homepage: 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-utils#readme
|
||||
author: Stefan Risberg
|
||||
maintainer: steffenomak@gmail.com
|
||||
copyright: 2023 Stefan Risberg
|
||||
@ -22,7 +22,7 @@ library
|
||||
Effects.Time
|
||||
Terminal
|
||||
other-modules:
|
||||
Paths_ris_util
|
||||
Paths_ris_utils
|
||||
hs-source-dirs:
|
||||
src
|
||||
default-extensions:
|
||||
Loading…
Reference in New Issue
Block a user