-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f60ad1883f3f7d2905891ca5b288cce7361636fe21c906a2c62163c10f52f009 name: container version: 1.1.2 synopsis: Containers abstraction and utilities. category: Data stability: experimental homepage: https://github.com/luna/container bug-reports: https://github.com/luna/container/issues author: Luna Team maintainer: Wojciech Danilo copyright: Copyright (C) 2018 Luna Team license: Apache-2.0 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 library hs-source-dirs: src default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NoImplicitPrelude NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec ghc-options: -Wall -O2 build-depends: base >=4.10 && <4.12 , containers , convert , lens , text , vector exposed-modules: Data.Item Data.List.Class Data.Sequence.Class other-modules: Paths_container default-language: Haskell2010