diff options
author | stuebinm | 2024-06-04 21:14:49 +0200 |
---|---|---|
committer | stuebinm | 2024-06-04 21:14:49 +0200 |
commit | d27e67743931d352e5857b605d44657668fa9013 (patch) | |
tree | bad8f97e5f47e791f7f6a3e0b94ef45b5ff0e131 /pkgs/nomsring | |
parent | 9bf026e55b72af7aa14096440537fefddc56c212 (diff) |
all: jump to nixpkgs 24.05
this does a lot of things, most of which are maintenance:
- sources update
- adjust newly-renamed options
- swap some packages that were removed / renamed
- update nomsring to newer default ghc
- remove the deprecated lib.mdDoc from modules/*.nix
- disable the nixpkgs mollysocket module so my own keeps evaluating
- bundle the package definition of hikari & wlroots 0.15, which nixpkgs
has removed as unmaintained (in fairness, they are unmaintained)
Diffstat (limited to 'pkgs/nomsring')
-rw-r--r-- | pkgs/nomsring/nomsring.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/nomsring/nomsring.cabal b/pkgs/nomsring/nomsring.cabal index 0ee04a3..fca40c5 100644 --- a/pkgs/nomsring/nomsring.cabal +++ b/pkgs/nomsring/nomsring.cabal @@ -13,7 +13,7 @@ common warnings executable nomsring import: warnings main-is: Main.hs - build-depends: base ^>=4.17.2.1 + build-depends: base ^>=4.18 , cgi ^>=3001.5 , data-clist ^>= 0.2 default-language: GHC2021 |