monomer-flatpak-example 0.0.2.0 → 0.0.2.1
raw patch · 1 files changed
+35/−41 lines, 1 filesdep ~containersdep ~directorydep ~monomer
Dependency ranges changed: containers, directory, monomer, monomer-hagrid, text
Files
- monomer-flatpak-example.cabal +35/−41
monomer-flatpak-example.cabal view
@@ -1,49 +1,43 @@ cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.1.------ see: https://github.com/sol/hpack--name: monomer-flatpak-example-version: 0.0.2.0-synopsis: Monomer Flatpak Example Application.-description: An example of how to package Monomer apps with Flatpak.-category: GUI-homepage: https://github.com/Dretch/monomer-flatpak-example#readme-bug-reports: https://github.com/Dretch/monomer-flatpak-example/issues-maintainer: garethdanielsmith@gmail.com-license: MIT-license-file: LICENSE-build-type: Simple+name: monomer-flatpak-example+version: 0.0.2.1+license: MIT+license-file: LICENSE+maintainer: garethdanielsmith@gmail.com+homepage: https://github.com/Dretch/monomer-flatpak-example#readme+bug-reports: https://github.com/Dretch/monomer-flatpak-example/issues+synopsis: Monomer Flatpak Example Application.+description: An example of how to package Monomer apps with Flatpak.+category: GUI+build-type: Simple data-files: fonts/Cantarell/Cantarell-Regular.ttf fonts/Cantarell/OFL.txt-data-dir: assets +data-dir: assets+ source-repository head- type: git- location: https://github.com/Dretch/monomer-flatpak-example+ type: git+ location: https://github.com/Dretch/monomer-flatpak-example executable monomer-flatpak-example- main-is: Main.hs- other-modules:- Paths_monomer_flatpak_example- hs-source-dirs:- app- default-extensions:- DisambiguateRecordFields- DuplicateRecordFields- FlexibleContexts- LambdaCase- NamedFieldPuns- OverloadedRecordDot- OverloadedStrings- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints- build-depends:- base >=4.7 && <5- , containers- , directory- , monomer- , monomer-hagrid- , text- default-language: Haskell2010+ main-is: Main.hs+ hs-source-dirs: app+ other-modules: Paths_monomer_flatpak_example+ default-language: Haskell2010+ default-extensions:+ DisambiguateRecordFields DuplicateRecordFields FlexibleContexts+ LambdaCase NamedFieldPuns OverloadedRecordDot OverloadedStrings++ ghc-options:+ -threaded -rtsopts -with-rtsopts=-N -Wall -Wcompat+ -Wincomplete-record-updates -Wincomplete-uni-patterns+ -Wredundant-constraints++ build-depends:+ base >=4.7 && <5,+ containers <0.7,+ directory <1.4,+ monomer <1.6,+ monomer-hagrid <0.3,+ text <1.3