cabal-version: 2.0 -- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack name: attic version: 0.1.0.0 synopsis: Haskell bindings for Nix attic cache description: Haskell types and functions for working with NIx attic cache servers category: System homepage: https://github.com/juspay/vira author: Sridhar Ratnakumar maintainer: srid@srid.ca copyright: 2025 Juspay license: MIT build-type: Simple library exposed-modules: Attic other-modules: Paths_attic autogen-modules: Paths_attic hs-source-dirs: src default-extensions: DataKinds DeriveDataTypeable DeriveGeneric DeriveTraversable DerivingStrategies DerivingVia ExplicitForAll FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving ImportQualifiedPost LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoStarIsType NumericUnderscores OverloadedStrings ScopedTypeVariables StrictData TypeApplications TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -optP-Wno-nonportable-include-path -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wunused-foralls -fprint-explicit-foralls -fprint-explicit-kinds build-depends: aeson , base ==4.* , http-api-data , process , relude >=1.0 , safecopy , servant , template-haskell , text , which mixins: base hiding (Prelude) , relude (Relude as Prelude, Relude.Container.One) , relude default-language: GHC2021