git.fiddlerwoaroof.com
package.yaml
31080cf3
 name:                lens-test
 version:             0.1.0.0
 github:              "githubuser/lens-test"
 license:             BSD3
 author:              "Author name here"
 maintainer:          "example@example.com"
 copyright:           "2019 Author name here"
 
 description:         Please see the README on GitHub at <https://github.com/githubuser/lens-test#readme>
 
 dependencies:
 - base >= 4.7 && < 5
 
 executables:
   lens-test-exe:
     main:                Main.hs
     source-dirs:         app
     ghc-options:
     - -threaded
     - -rtsopts
     - -with-rtsopts=-N
     dependencies:
     - generic-lens
     - lens