updo-1.0.0: updo.cabal
cabal-version: 1.12
-- This file has been generated from package.dhall by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: updo
version: 1.0.0
synopsis: A style of maintaining and upgrading Haskell projects
description: From configuration in .dhall, generate projects (stack.yaml and
cabal.project) and progressively upgrade projects.
category: Development
homepage: https://github.com/cabalism/updo#readme
bug-reports: https://github.com/cabalism/updo/issues
author: Phil de Joux
maintainer: phil.dejoux@blockscope.com
copyright: © 2023 Phil de Joux, © 2023 Block Scope Limited
license: MPL-2.0
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 8.6.5
, GHC == 8.10.7
, GHC == 9.2.8
, GHC == 9.4.5
extra-source-files:
ALTERNATIVES.md
alternatives/cabal2stack/README.md
alternatives/stack2cabal/README.md
alternatives/yaml2stack/README.md
CHANGELOG.md
HACKING.md
project-dhall/README.md
project-dhall2config/README.md
project-nix/README.md
README.md
TEMPLATES.md
TESTING.md
package.dhall
project-dhall/pkgs-upgrade.dhall
project-nix/project-versions.dhall
text-templates/cabal/package.dhall
text-templates/cabal/pkg-groups.dhall
text-templates/cabal/repo-items.dhall
text-templates/dhall2cabal.dhall
text-templates/dhall2config.dhall
text-templates/dhall2stack.dhall
text-templates/internal/constraint-items.dhall
text-templates/internal/constraint-section.dhall
text-templates/internal/pkg-items.dhall
text-templates/internal/pkg-section.dhall
text-templates/internal/sub-items.dhall
text-templates/stack/package.dhall
text-templates/stack/repo-items.dhall
text-templates/yaml2stack/constraints.dhall
text-templates/yaml2stack/pkgs.dhall
text-templates/yaml2stack/repo-items.dhall
types.dhall
types/CabalRelativity.dhall
types/PkgSet.dhall
types/PkgTodoList.dhall
types/PkgVer.dhall
types/SourceRepoPkg.dhall
alternatives/cabal2stack/Makefile
alternatives/stack2cabal/Makefile
alternatives/yaml2stack/Makefile
Makefile
project-dhall/Makefile
project-dhall2config/Makefile
project-nix/Makefile
project-dhall/pkgs-sorted.hs
project-dhall/pkgs-upgrade-done.hs
project-dhall/pkgs-upgrade-partition.hs
project-dhall2config/pkg-groups.hs
project-nix/sha256map.hs
project-nix/sha256map.py
alternatives/yaml2stack/join-sort-fragments.sh
source-repository head
type: git
location: https://github.com/cabalism/updo
executable updo-pkg-groups
main-is: project-dhall2config/pkg-groups.hs
other-modules:
Paths_updo
build-depends:
aeson >=2.1.2 && <2.2
, base >=4.12 && <5
, dhall >=1.41.1 && <1.42
, filepath >=1.4.2 && <1.5
, text >=1.2.3 && <2.1
, turtle >=1.6.1 && <1.7
, utf8-string >=1.0.2 && <1.1
default-language: Haskell2010
executable updo-pkgs-sorted
main-is: project-dhall/pkgs-sorted.hs
other-modules:
Paths_updo
build-depends:
aeson >=2.1.2 && <2.2
, base >=4.12 && <5
, dhall >=1.41.1 && <1.42
, filepath >=1.4.2 && <1.5
, text >=1.2.3 && <2.1
, turtle >=1.6.1 && <1.7
, utf8-string >=1.0.2 && <1.1
default-language: Haskell2010
executable updo-pkgs-upgrade-done
main-is: project-dhall/pkgs-upgrade-done.hs
other-modules:
Paths_updo
build-depends:
aeson >=2.1.2 && <2.2
, base >=4.12 && <5
, dhall >=1.41.1 && <1.42
, filepath >=1.4.2 && <1.5
, text >=1.2.3 && <2.1
, turtle >=1.6.1 && <1.7
, utf8-string >=1.0.2 && <1.1
default-language: Haskell2010
executable updo-pkgs-upgrade-partition
main-is: project-dhall/pkgs-upgrade-partition.hs
other-modules:
Paths_updo
build-depends:
aeson >=2.1.2 && <2.2
, base >=4.12 && <5
, dhall >=1.41.1 && <1.42
, filepath >=1.4.2 && <1.5
, text >=1.2.3 && <2.1
, turtle >=1.6.1 && <1.7
, utf8-string >=1.0.2 && <1.1
default-language: Haskell2010
executable updo-sha256map
main-is: project-nix/sha256map.hs
other-modules:
Paths_updo
build-depends:
aeson >=2.1.2 && <2.2
, base >=4.12 && <5
, dhall >=1.41.1 && <1.42
, filepath >=1.4.2 && <1.5
, text >=1.2.3 && <2.1
, turtle >=1.6.1 && <1.7
, utf8-string >=1.0.2 && <1.1
default-language: Haskell2010