···2233
4455-### Abstract
66-75Let's Lens presents a series of exercises, in a similar format to
86[the NICTA functional programming course material](http://github.com/NICTA/course).
97The subject of the exercises is around the concept of lenses, initially proposed
+3-3
lets-lens.cabal
···88synopsis: Source code for exercises on the lens concept
99category: Education
1010description: Source code for exercises on the lens concept
1111-homepage: https://github.com/tonymorris/lets-lens
1212-bug-reports: https://github.com/tonymorris/lets-lens/issues
1111+homepage: https://github.com/NICTA/lets-lens
1212+bug-reports: https://github.com/NICTA/lets-lens/issues
1313cabal-version: >= 1.10
1414build-type: Custom
1515extra-source-files: changelog
16161717source-repository head
1818 type: git
1919- location: git@github.com:tonymorris/lets-lens.git
1919+ location: git@github.com:NICTA/lets-lens.git
20202121flag small_base
2222 description: Choose the new, split-up base package.