diff options
Diffstat (limited to '')
| -rw-r--r-- | default.nix | 1 | ||||
| -rw-r--r-- | tracktrain-conftrack-deps.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 37248e7..d5978bb 100644 --- a/default.nix +++ b/default.nix @@ -19,6 +19,7 @@ let aeson base bytestring containers directory file-io filepath mtl scientific template-haskell text transformers yaml ]; + patches = [ ./tracktrain-conftrack-deps.patch ]; jailbreak = true; testHaskellDepends = [ aeson base containers QuickCheck quickcheck-instances text diff --git a/tracktrain-conftrack-deps.patch b/tracktrain-conftrack-deps.patch new file mode 100644 index 0000000..416f860 --- /dev/null +++ b/tracktrain-conftrack-deps.patch @@ -0,0 +1,12 @@ +diff --git a/conftrack.cabal b/conftrack.cabal +index efc198f..ac17b62 100644 +--- a/conftrack.cabal ++++ b/conftrack.cabal +@@ -56,6 +56,7 @@ library + , file-io >= 0.1.1 && < 0.2 + , template-haskell >= 2.20.0 && < 2.21 + , directory >= 1.3.8 && < 1.4 ++ , os-string + hs-source-dirs: src + default-language: GHC2021 + |
