Skip to content

Commit

Permalink
Update all and track nixos-23.05
Browse files Browse the repository at this point in the history
  • Loading branch information
evenbrenden committed Oct 14, 2023
1 parent f48a431 commit c5e8fa4
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 33 deletions.
84 changes: 60 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
flake = false;
};
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
unleash-client-haskell-core.url =
"github:finn-no/unleash-client-haskell-core?ref=0.8.9";
"github:finn-no/unleash-client-haskell-core?ref=0.9.0";
};
outputs =
{ self, nixpkgs, flake-compat, flake-utils, unleash-client-haskell-core }:
Expand Down
19 changes: 12 additions & 7 deletions unleash-client-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,30 @@ extra-source-files: README.md
common all
build-depends:
base >=4.7 && <5,
record-dot-preprocessor >= 0.2.15 && < 0.3,
record-hasfield >= 1.0 && < 1.1
default-extensions:
BlockArguments
DataKinds
DeriveFoldable
DeriveFunctor
DeriveTraversable
DerivingStrategies
DuplicateRecordFields
ExplicitNamespaces
FlexibleInstances
LambdaCase
MultiParamTypeClasses
OverloadedRecordDot
OverloadedStrings
RankNTypes
ScopedTypeVariables
TypeOperators
TypeApplications
ghc-options:
-W
-Wno-unused-top-binds
-Wredundant-constraints
-Wunused-packages
-haddock
-F -pgmF=record-dot-preprocessor
default-language: Haskell2010

library
Expand All @@ -60,15 +65,15 @@ library
hs-source-dirs: src
build-depends:
aeson >= 2.0.3 && < 2.1,
containers >= 0.6.4 && < 0.7,
containers >= 0.6.5 && < 0.7,
http-client-tls >= 0.3.6 && < 0.4,
http-media >= 0.8.0 && < 0.9,
mtl >= 2.2.2 && < 2.3,
servant >= 0.19.1 && < 0.20,
servant-client >= 0.19 && < 0.20,
text >= 1.2.5 && < 1.3,
time >= 1.9.3 && < 1.10,
unleash-client-haskell-core >= 0.8.9 && < 0.9
time >= 1.11.1 && < 1.12,
unleash-client-haskell-core >= 0.9.0 && < 0.10,

executable example
import: all
Expand All @@ -80,4 +85,4 @@ executable example
text,
unleash-client-haskell,
unleash-client-haskell-core,
unliftio >= 0.2.23 && < 0.3
unliftio >= 0.2.24 && < 0.3,

0 comments on commit c5e8fa4

Please sign in to comment.